The members of Android.Graphics.NinePatch are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | Bitmap | Bitmap. Returns the bitmap used to draw this NinePatch. |
[read-only] | Density | int. Return the underlying bitmap's density, as per Bitmap.Density. |
[read-only] | HasAlpha | bool. Indicates whether this NinePatch contains transparent or translucent pixels. |
[read-only] | Height | int. Returns the intrinsic height, in pixels, of this NinePatch. |
[read-only] | Name | string. Returns the name of this NinePatch object if one was specified when calling the constructor. |
[read-only] | Paint | Paint. Returns the paint used to draw this NinePatch. |
[read-only] | Width | int. Returns the intrinsic width, in pixels, of this NinePatch. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Draw(Canvas, Rect)Draws the NinePatch. | ||
Draw(Canvas, RectF)Draws the NinePatch. | ||
Draw(Canvas, Rect, Paint)Draws the NinePatch. | ||
GetTransparentRegion(Rect)Returns a Android.Graphics.Region representing the parts of the NinePatch that are completely transparent. | ||
static | IsNinePatchChunk(byte[])Verifies that the specified byte array is a valid 9-patch data chunk. | |
SetPaint(Paint)Sets the paint to use when drawing the NinePatch. |