Skip to main content

PathVertex_ScaledPixels

Type Alias PathVertex_ScaledPixels 

Source
pub type PathVertex_ScaledPixels = PathVertex<ScaledPixels>;

Aliased Type§

#[repr(C)]
pub struct PathVertex_ScaledPixels { pub xy_position: Point<ScaledPixels>, pub st_position: Point<f32>, pub content_mask: ContentMask<ScaledPixels>, }

Fields§

§xy_position: Point<ScaledPixels>§st_position: Point<f32>§content_mask: ContentMask<ScaledPixels>