Instance Method
handle(for:atBounds:angle:) handleForPoint:atBounds:angle: handleForPoint_atBounds_angle_
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