# `GlyphsToolEvent drawSelection`

*Instance Method*

Draws the active selection. The default is a colored drag rect.

## Declaration

```swift
func drawSelection()
```

```objc
- (void) drawSelection;
```

```python
drawSelection()
```

