Android.Graphics.Drawables.Shapes.Shape.Draw Method
Draw this shape into the provided Canvas, with the provided Paint.

Syntax

[Android.Runtime.Register("draw", "(Landroid/graphics/Canvas;Landroid/graphics/Paint;)V", "GetDraw_Landroid_graphics_Canvas_Landroid_graphics_Paint_Handler")]
public abstract void Draw (Android.Graphics.Canvas canvas, Android.Graphics.Paint paint)

Parameters

canvas
the Canvas within which this shape should be drawn
paint
the Paint object that defines this shape's characteristics

Remarks

Draw this shape into the provided Canvas, with the provided Paint. Before calling this, you must call Shape.Resize(float, System.Single).

[Android Documentation]

Requirements

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