BitmapDrawable.HasAntiAlias Property

Definition

Indicates whether anti-aliasing is enabled for this drawable.

public virtual bool HasAntiAlias { [Android.Runtime.Register("hasAntiAlias", "()Z", "GetHasAntiAliasHandler")] get; }
[<get: Android.Runtime.Register("hasAntiAlias", "()Z", "GetHasAntiAliasHandler")>]
member this.HasAntiAlias : bool

Property Value

True if anti-aliasing is enabled, false otherwise.

Attributes

Remarks

Indicates whether anti-aliasing is enabled for this drawable.

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

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