BitmapDrawable.HasMipMap Property

Definition

Indicates whether the mipmap hint is enabled on this drawable's bitmap.

public virtual bool HasMipMap { [Android.Runtime.Register("hasMipMap", "()Z", "GetHasMipMapHandler")] get; }
[<get: Android.Runtime.Register("hasMipMap", "()Z", "GetHasMipMapHandler")>]
member this.HasMipMap : bool

Property Value

True if the mipmap hint is set, false otherwise. If the bitmap is null, this method always returns false.

Attributes

Remarks

Indicates whether the mipmap hint is enabled on this drawable's bitmap.

Java documentation for android.graphics.drawable.BitmapDrawable.hasMipMap().

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

See also