DipRect

Type Alias DipRect 

Source
pub type DipRect = Rect<Dip, Dip>;
Expand description

A rectangle in device independent pixels.

Aliased Type§

#[repr(C)]
pub struct DipRect { pub origin: Point2D<Dip, Dip>, pub size: Size2D<Dip, Dip>, }

Fields§

§origin: Point2D<Dip, Dip>§size: Size2D<Dip, Dip>