Instance Method
drawBegin(_:isSelected:at:) drawBegin:isSelected:atPoint: drawBegin_isSelected_atPoint_
Draws the starting node of an open path
Declaration
func drawBegin(_ node: GSNode, isSelected sel: Bool, at layerOrigin: NSPoint)Declaration
- (void) drawBegin:(GSNode *) node isSelected:(BOOL) sel atPoint:(NSPoint) layerOrigin;Declaration
drawBegin_isSelected_atPoint_(node: GSNode, sel: bool, layerOrigin: NSPoint)Parameters
nodeThe start or end node
selIf the node is selected or not
layerOriginThe origin point of the current layer