Android.Graphics.Canvas.DrawPaint Method
Fill the entire canvas' bitmap (restricted to the current clip) with the specified paint.

Syntax

[Android.Runtime.Register("drawPaint", "(Landroid/graphics/Paint;)V", "GetDrawPaint_Landroid_graphics_Paint_Handler")]
public virtual void DrawPaint (Paint paint)

Parameters

paint
The paint used to draw onto the canvas

Remarks

Fill the entire canvas' bitmap (restricted to the current clip) with the specified paint. This is equivalent (but faster) to drawing an infinitely large rectangle with the specified paint.

[Android Documentation]

Requirements

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