pub type DipRect = Rect<Dip, Dip>;
Expand description
A rectangle in device independent pixels.
Aliased Type§
struct DipRect {
pub origin: Point2D<Dip, Dip>,
pub size: Size2D<Dip, Dip>,
}
Fields§
§origin: Point2D<Dip, Dip>
§size: Size2D<Dip, Dip>