Type Alias DeviceIndependentRect

Source
pub type DeviceIndependentRect = Box2D<f32, DeviceIndependentPixel>;

Aliased Type§

#[repr(C)]
pub struct DeviceIndependentRect { pub min: Point2D<f32, DeviceIndependentPixel>, pub max: Point2D<f32, DeviceIndependentPixel>, }

Fields§

§min: Point2D<f32, DeviceIndependentPixel>§max: Point2D<f32, DeviceIndependentPixel>