Android.Graphics.Drawables.NinePatchDrawable Class
A resizeable bitmap, with stretchable areas that you define.

See Also: NinePatchDrawable Members

Syntax

[Android.Runtime.Register("android/graphics/drawable/NinePatchDrawable", DoNotGenerateAcw=true)]
public class NinePatchDrawable : Drawable

Remarks

A resizeable bitmap, with stretchable areas that you define. This type of image is defined in a .png file with a special format.

Developer Guides

For more information about how to use a NinePatchDrawable, read the Canvas and Drawables developer guide. For information about creating a NinePatch image file using the draw9patch tool, see the Draw 9-patch tool guide.

[Android Documentation]

Requirements

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