Type Definition objc2::foundation::NSPoint
source · pub type NSPoint = CGPoint;
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.