Draws the NinePatch.
Syntax
[Android.Runtime.Register("draw", "(Landroid/graphics/Canvas;Landroid/graphics/Rect;Landroid/graphics/Paint;)V", "GetDraw_Landroid_graphics_Canvas_Landroid_graphics_Rect_Landroid_graphics_Paint_Handler")]
public virtual
void Draw (
Canvas canvas,
Rect location,
Paint paint)
Parameters
- canvas
- A container for the current matrix and clip used to draw the NinePatch.
- location
- Where to draw the NinePatch.
- paint
- The Paint to draw through.
Remarks
Requirements
Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1