Android.Graphics.NinePatch: Method Members

The methods of Android.Graphics.NinePatch are listed below. For a list of all members, see the NinePatch Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Draw(Canvas, Rect)
Draws the NinePatch.
Draw(Canvas, RectF)
Draws the NinePatch.
Draw(Canvas, Rect, Paint)
Draws the NinePatch.
GetTransparentRegion(Rect) : Region
Returns a Android.Graphics.Region representing the parts of the NinePatch that are completely transparent.
static
IsNinePatchChunk(byte[]) : bool
Verifies that the specified byte array is a valid 9-patch data chunk.
SetPaint(Paint)
Sets the paint to use when drawing the NinePatch.