PixelSize

Type Alias PixelSize 

Source
pub type PixelSize = Size2D<f32, PixelUnit>;

Aliased Type§

pub struct PixelSize {
    pub width: f32,
    pub height: f32,
}

Fields§

§width: f32

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

§height: f32

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