EdgeType
classEdgeType
kotlin.Any | ||
↳ | kotlin.Enum<android.graphics.Canvas.EdgeType> | |
↳ | android.graphics.Canvas.EdgeType |
Constant values used as parameters to quickReject()
calls. These values specify how much space around the shape should be accounted for, depending on whether the shaped area is antialiased or not.
Summary
Enum values | |
---|---|
Antialiased: Treat edges by rounding-out, since they may be antialiased |
|
Black-and-White: Treat edges by just rounding to nearest pixel boundary |
Enum values
AA
enum valAA: Canvas.EdgeType
Deprecated: Deprecated in Java.
Antialiased: Treat edges by rounding-out, since they may be antialiased
BW
enum valBW: Canvas.EdgeType
Deprecated: Deprecated in Java.
Black-and-White: Treat edges by just rounding to nearest pixel boundary