BitmapDrawable.HasMipMap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.