Android.Graphics.NinePatch.Draw Method
Draws the NinePatch.

Syntax

[Android.Runtime.Register("draw", "(Landroid/graphics/Canvas;Landroid/graphics/RectF;)V", "GetDraw_Landroid_graphics_Canvas_Landroid_graphics_RectF_Handler")]
public virtual void Draw (Canvas canvas, RectF location)

Parameters

canvas
A container for the current matrix and clip used to draw the NinePatch.
location
Where to draw the NinePatch.

Remarks

Draws the NinePatch. This method will use the paint returned by NinePatch.Paint.

[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