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