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 voidDrawPaint (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.