Android.Graphics.Drawables.BitmapDrawable.SetMipMap Method
Enables or disables the mipmap hint for this drawable's bitmap.

Syntax

[Android.Runtime.Register("setMipMap", "(Z)V", "GetSetMipMap_ZHandler")]
public virtual void SetMipMap (bool mipMap)

See Also

BitmapDrawable.HasMipMap

Parameters

mipMap
True if the bitmap should use mipmaps, false otherwise.

Remarks

Enables or disables the mipmap hint for this drawable's bitmap. See Android.Graphics.Bitmap.HasMipMap for more information. If the bitmap is null calling this method has no effect.

[Android Documentation]

Requirements

Namespace: Android.Graphics.Drawables
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18