Android.InputMethodServices.KeyboardView.OnDraw Method
Implement this to do your drawing.

Syntax

[Android.Runtime.Register("onDraw", "(Landroid/graphics/Canvas;)V", "GetOnDraw_Landroid_graphics_Canvas_Handler")]
public 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.InputMethodServices
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3