Bitmap.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 renderer responsible for drawing this bitmap should attempt to use mipmaps when this bitmap is drawn scaled down. -or- Set a hint for the renderer responsible for drawing this bitmap indicating that it should attempt to use mipmaps when this bitmap is drawn scaled down.
public bool HasMipMap { [Android.Runtime.Register("hasMipMap", "()Z", "")] get; [Android.Runtime.Register("setHasMipMap", "(Z)V", "")] set; }
[<get: Android.Runtime.Register("hasMipMap", "()Z", "")>]
[<set: Android.Runtime.Register("setHasMipMap", "(Z)V", "")>]
member this.HasMipMap : bool with get, set
Property Value
true if the renderer should attempt to use mipmaps, false otherwise
- Attributes
Remarks
Property getter documentation:
Java documentation for android.graphics.Bitmap.hasMipMap().
Property setter documentation:
Java documentation for android.graphics.Bitmap.setHasMipMap(boolean).
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.