pub type Point = Point2D<f64, LogicalSpace>;
winio
Logical point.
#[repr(C)]pub struct Point { pub x: f64, pub y: f64, }
x: f64
y: f64