PathDirection

Type Alias PathDirection 

pub type PathDirection = SkPathDirection;
Available on crate feature engine only.

Aliased Type§

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

Variants§

§

CW = 0

§

CCW = 1