pub type DipPoint = Point2D<Dip, Dip>;
A point in device independent pixels.
struct DipPoint { pub x: Dip, pub y: Dip, }
x: Dip
y: Dip