Function
GSScaleRectAroundPoint(_:_:_:) GSScaleRectAroundPointGSScaleRectAroundPoint
Declaration
func GSScaleRectAroundPoint(_ rect: NSRect, _ center: NSPoint, _ scale: CGFloat) -> NSRectDeclaration
static NSRect GSScaleRectAroundPoint(NSRect rect, NSPoint center, CGFloat scale);Declaration
GSScaleRectAroundPoint(rect: NSRect, center: NSPoint, scale: float) -> NSRect