Point

Type Alias Point 

Source
pub type Point = Point2D<f64, LogicalSpace>;
Available on crate feature winio only.
Expand description

Logical point.

Aliased Type§

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

Fields§

§x: f64§y: f64