pub type PxBox = Box2D<Px, Px>;
A rectangle box in device pixels.
struct PxBox { pub min: Point2D<Px, Px>, pub max: Point2D<Px, Px>, }
min: Point2D<Px, Px>
max: Point2D<Px, Px>