Function
GSRectFromFourPoints
Returns the bounds of the given four points.
Not available in Swift.
Declaration
NSRect GSRectFromFourPoints(NSPoint a, NSPoint b, NSPoint c, NSPoint d);Declaration
GSRectFromFourPoints(a: NSPoint, b: NSPoint, c: NSPoint, d: NSPoint) -> NSRect