# `GlyphsPathPlugin drawBegin:isSelected:atPoint:`

*Instance Method*

Draws the starting node of an open path

## Declaration

```swift
func drawBegin(_ node: GSNode, isSelected sel: Bool, at layerOrigin: NSPoint)
```

```objc
- (void) drawBegin:(GSNode *) node isSelected:(BOOL) sel atPoint:(NSPoint) layerOrigin;
```

```python
drawBegin_isSelected_atPoint_(node: GSNode, sel: bool, layerOrigin: NSPoint)
```

## Parameters

- `node` — The start or end node
- `sel` — If the node is selected or not
- `layerOrigin` — The origin point of the current layer

