Declaration

func handle(for aPoint: NSPoint, atBounds bounds: NSRect, angle transform: AffineTransform?) -> GSHandle?

Declaration

- (GSHandle *) handleForPoint:(NSPoint) aPoint atBounds:(NSRect) bounds angle:(NSAffineTransform *) transform;

Declaration

handleForPoint_atBounds_angle_(aPoint: NSPoint, bounds: NSRect, transform: NSAffineTransform) -> GSHandle