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 override
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
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