Indicates whether or not a graphics path represents a rectangle.
Original signature is 'bool CGPathIsRect ( CGPathRef path, CGRect *rect );'
Available in Mac OS X v10.2 and later.


A Boolean value that indicates whether the specified path represents a rectangle. If the path represents a rectangle, returns true.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)