chickadee » objc » ns:rect

ns:rectrecord

ns:make-rect is provided as an alias for the default constructor make-ns:rect. The same is true for the other records.

xX coordinate of origin (NSRect.origin.x)
yY coordinate of origin (NSRect.origin.y)
widthWidth of rectangle (NSRect.size.width)
heightHeight of rectangle (NSRect.size.height)