Type Alias PathFillType
pub type PathFillType = SkPathFillType;Available on crate feature
engine only.Aliased Type§
#[repr(u8)]pub enum PathFillType {
Winding = 0,
EvenOdd = 1,
InverseWinding = 2,
InverseEvenOdd = 3,
}