Instance Method
getHandleRect(at:scale:) getHandleRect:scale: getHandleRect_scale_
A handle rectangle centered on a point for an editor scale.
Declaration
func getHandleRect(at pt: NSPoint, scale: CGFloat) -> NSRectDeclaration
- (NSRect) getHandleRect:(NSPoint) pt scale:(CGFloat) scale;Declaration
getHandleRect_scale_(pt: NSPoint, scale: float) -> NSRectParameters
ptThe center of the handle in layer coordinates.
scaleThe editor scale used to size the handle.
See Also
Geometry
Applies an affine transform to the element geometry.
Whether the element can be selected at a point within a tolerance.