Bitmap.IsMutable Property

Definition

Returns true if the bitmap is marked as mutable (i.

public bool IsMutable { [Android.Runtime.Register("isMutable", "()Z", "")] get; }
[<get: Android.Runtime.Register("isMutable", "()Z", "")>]
member this.IsMutable : bool

Property Value

Attributes

Remarks

Returns true if the bitmap is marked as mutable (i.e.&nbsp;can be drawn into)

Java documentation for android.graphics.Bitmap.isMutable().

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