# `GlyphsPathPlugin drawKnob:type:selected:atPoint:`

*Instance Method*

## Declaration

```swift
func drawKnob(_ point: NSPoint, type: GSNode.NodeType, selected: Bool, at layerOrigin: NSPoint)
```

```objc
- (void) drawKnob:(NSPoint) point type:(GSNodeType) type selected:(BOOL) selected atPoint:(NSPoint) layerOrigin;
```

```python
drawKnob_type_selected_atPoint_(point: NSPoint, type: GSNodeType, selected: bool, layerOrigin: NSPoint)
```

