PathOp

Type Alias PathOp 

Source
pub type PathOp = SkPathOp;

Aliased Type§

#[repr(u32)]
pub enum PathOp { Difference = 0, Intersect = 1, Union = 2, XOR = 3, ReverseDifference = 4, }

Variants§

§

Difference = 0

§

Intersect = 1

§

Union = 2

§

XOR = 3

§

ReverseDifference = 4