NinePatch.Bitmap Property

Definition

Returns the bitmap used to draw this NinePatch.

public virtual Android.Graphics.Bitmap? Bitmap { [Android.Runtime.Register("getBitmap", "()Landroid/graphics/Bitmap;", "GetGetBitmapHandler")] get; }
[<get: Android.Runtime.Register("getBitmap", "()Landroid/graphics/Bitmap;", "GetGetBitmapHandler")>]
member this.Bitmap : Android.Graphics.Bitmap

Property Value

Bitmap
Attributes

Remarks

Java documentation for android.graphics.NinePatch.getBitmap().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to