Android.Graphics.NinePatch.Draw Method
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

Draws the NinePatch. This method will ignore the paint returned by NinePatch.Paint and use the specified paint instead.

[Android Documentation]

Requirements

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