Picture.Draw(Canvas) Method
Definition
Draw this picture on the canvas.
[Android.Runtime.Register("draw", "(Landroid/graphics/Canvas;)V", "GetDraw_Landroid_graphics_Canvas_Handler")]
public virtual void Draw (Android.Graphics.Canvas canvas);
abstract member Draw : Android.Graphics.Canvas -> unit
override this.Draw : Android.Graphics.Canvas -> unit
Parameters
- canvas
- Canvas
The picture is drawn to this canvas
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the