pub type DipBox = Box2D<Dip, Dip>;Expand description
A rectangle box in device independent pixels.
Aliased Type§
#[repr(C)]pub struct DipBox {
pub min: Point2D<Dip, Dip>,
pub max: Point2D<Dip, Dip>,
}Fields§
§min: Point2D<Dip, Dip>§max: Point2D<Dip, Dip>