Type Definition objc2::foundation::NSPoint

source · []
pub type NSPoint = CGPoint;
Available on crate feature foundation only.
Expand description

A point in a Cartesian coordinate system.

This is just a convenience alias for CGPoint. For ease of use, it is available on all platforms, though in practice it is only useful on macOS.

See Apple’s documentation.