Type.Builder.SetMipmaps(Boolean) Method

Definition

Caution

deprecated

[Android.Runtime.Register("setMipmaps", "(Z)Landroid/renderscript/Type$Builder;", "GetSetMipmaps_ZHandler")]
[System.Obsolete("deprecated")]
public virtual Android.Renderscripts.Type.Builder SetMipmaps (bool value);
[<Android.Runtime.Register("setMipmaps", "(Z)Landroid/renderscript/Type$Builder;", "GetSetMipmaps_ZHandler")>]
[<System.Obsolete("deprecated")>]
abstract member SetMipmaps : bool -> Android.Renderscripts.Type.Builder
override this.SetMipmaps : bool -> Android.Renderscripts.Type.Builder

Parameters

value
Boolean

Returns

Type.Builder
Attributes

Remarks

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