Type Alias PathDirection

Source
pub type PathDirection = SkPathDirection;

Aliased Type§

#[repr(u8)]
pub enum PathDirection { CW = 0, CCW = 1, }

Variants§

§

CW = 0

§

CCW = 1