Type Alias ScaleToFit

Source
pub type ScaleToFit = SkMatrix_ScaleToFit;

Aliased Type§

#[repr(u32)]
pub enum ScaleToFit { Fill = 0, Start = 1, Center = 2, End = 3, }

Variants§

§

Fill = 0

§

Start = 1

§

Center = 2

§

End = 3