Instance Method
drawHandle(_:at:isSelected:at:simple:) drawHandle:atIndex:isSelected:atPoint:simple: drawHandle_atIndex_isSelected_atPoint_simple_
Draws a node
Declaration
func drawHandle(_ path: GSPath, at idx: UInt, isSelected selected: Bool, at layerOrigin: NSPoint, simple: Bool)Declaration
- (void) drawHandle:(GSPath *) path atIndex:(NSUInteger) idx isSelected:(BOOL) selected atPoint:(NSPoint) layerOrigin simple:(BOOL) simple;Declaration
drawHandle_atIndex_isSelected_atPoint_simple_(path: GSPath, idx: int, selected: bool, layerOrigin: NSPoint, simple: bool)Parameters
pathThe path that contains the node
idxThe index of the node
selectedIf the node is selected or not
layerOriginThe origin point of the current layer