setAntiAlias

open fun setAntiAlias(aa: Boolean)(source)

Enables or disables anti-aliasing for this drawable. Anti-aliasing affects the edges of the bitmap only so it applies only when the drawable is rotated.

Parameters

aa

True if the bitmap should be anti-aliased, false otherwise.

See also