Type Alias servo_geometry::DeviceIndependentIntSize

source ·
pub type DeviceIndependentIntSize = Size2D<i32, DeviceIndependentPixel>;

Aliased Type§

struct DeviceIndependentIntSize {
    pub width: i32,
    pub height: i32,
}

Fields§

§width: i32

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

§height: i32

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