Type Alias Point

Source
pub type Point = POINT;
Available on crate feature ui only.
Expand description

DPI-scaled virtual coordinates.

Aliased Type§

#[repr(C)]
pub struct Point { pub x: i32, pub y: i32, }

Fields§

§x: i32§y: i32