Type Definition objc2::foundation::NSSize

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

A two-dimensional size.

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

See Apple’s documentation.