Android.Views.View.Draw Method
Manually render this view (and all of its children) to the given Canvas.

Syntax

[Android.Runtime.Register("draw", "(Landroid/graphics/Canvas;)V", "GetDraw_Landroid_graphics_Canvas_Handler")]
public virtual void Draw (Android.Graphics.Canvas canvas)

Parameters

canvas
The Canvas to which the View is rendered.

Remarks

Manually render this view (and all of its children) to the given Canvas. The view must have already done a full layout before this function is called. When implementing a view, implement View.OnDraw(Android.Graphics.Canvas) instead of overriding this method. If you do need to override this method, call the superclass version.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1