pub type PxPoint = Point2D<Px, Px>;
A point in device pixels.
#[repr(C)]pub struct PxPoint { pub x: Px, pub y: Px, }
x: Px
y: Px