pub type NSPoint = CGPoint;
Expand description
A point in a Cartesian coordinate system.
Aliased Type§
#[repr(C)]pub struct NSPoint {
pub x: f64,
pub y: f64,
}
Fields§
§x: f64
The x-coordinate of the point.
y: f64
The y-coordinate of the point.