PxDim

Type Alias PxDim 

Source
pub type PxDim = Size2D<f32, Pixel>;
Expand description

A 2D dimension (or size) in physical device pixels

Aliased Type§

pub struct PxDim {
    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).

Trait Implementations§

Source§

impl Prop for PxDim

Source§

fn dim(&self) -> &PxDim