pub type Point = POINT;
ui
DPI-scaled virtual coordinates.
#[repr(C)]pub struct Point { pub x: i32, pub y: i32, }
x: i32
y: i32