Function
GSRectFromTwoPoints
Not available in Swift.
Declaration
NSRect GSRectFromTwoPoints(NSPoint a, NSPoint b);Declaration
GSRectFromTwoPoints(a: NSPoint, b: NSPoint) -> NSRectSee Also
Rect Geometry
Returns the bounds of the given four points.
Function
Not available in Swift.
NSRect GSRectFromTwoPoints(NSPoint a, NSPoint b);GSRectFromTwoPoints(a: NSPoint, b: NSPoint) -> NSRectReturns the bounds of the given four points.