Size

Type Alias Size 

Source
pub type Size = Size2D<f64, LogicalSpace>;
Expand description

Logical size.

Aliased Type§

pub struct Size {
    pub width: f64,
    pub height: f64,
}

Fields§

§width: f64

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

§height: f64

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