Type Alias webrender_api::units::LayoutSizeAu

source ·
pub type LayoutSizeAu = Size2D<Au, LayoutPixel>;

Aliased Type§

struct LayoutSizeAu {
    pub width: Au,
    pub height: Au,
    /* private fields */
}

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).