Android.Views.View.OnDraw Method
Implement this to do your drawing.

Syntax

[Android.Runtime.Register("onDraw", "(Landroid/graphics/Canvas;)V", "GetOnDraw_Landroid_graphics_Canvas_Handler")]
protected virtual void OnDraw (Android.Graphics.Canvas canvas)

Parameters

canvas
the canvas on which the background will be drawn

Remarks

Implement this to do your drawing.

[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