pub type NSRect = CGRect;Expand description
A rectangle.
See documentation.
Aliased Type§
#[repr(C)]pub struct NSRect {
pub origin: CGPoint,
pub size: CGSize,
}Fields§
§origin: CGPointThe coordinates of the rectangle’s origin.
size: CGSizeThe height and width of the rectangle.