Instance Method
getHandleRect(_:isSelected:at:) getHandleRect:isSelected:atPoint: getHandleRect_isSelected_atPoint_
The rect that for drawing the node
Declaration
func getHandleRect(_ point: NSPoint, isSelected selected: Bool, at layerOrigin: NSPoint) -> NSRectDeclaration
- (NSRect) getHandleRect:(NSPoint) point isSelected:(bool) selected atPoint:(NSPoint) layerOrigin;Declaration
getHandleRect_isSelected_atPoint_(point: NSPoint, selected: bool, layerOrigin: NSPoint) -> NSRectParameters
pointThe node position
selectedIf the node is selected or not
layerOriginThe origin point of the current layer
Return Value
The rect