Size

Type Alias Size 

Source
pub type Size<L> = Size2D<L, UnknownUnit>;
Expand description

Size.

Aliased Type§

#[repr(C)]
pub struct Size<L> { pub width: L, pub height: L, }

Fields§

§width: L

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

§height: L

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