Type Alias LayoutSizeAu

Source
pub type LayoutSizeAu = Size2D<Au, LayoutPixel>;

Aliased Type§

#[repr(C)]
pub struct LayoutSizeAu { pub width: Au, pub height: Au, }

Fields§

§width: Au

The extent of the element in the U units along the x axis (usually horizontal).

§height: Au

The extent of the element in the U units along the y axis (usually vertical).