# `GSGlyphEditView drawLayer:atPoint:attributes:filled:`

*Instance Method*

## Declaration

```swift
func drawLayer(_ layer: GSLayer, at layerOrigin: NSPoint, attributes: [AnyHashable : Any]? = nil, filled: Bool)
```

```objc
- (void) drawLayer:(GSLayer *) layer atPoint:(NSPoint) layerOrigin attributes:(NSDictionary *) attributes filled:(BOOL) filled;
```

```python
drawLayer_atPoint_attributes_filled_(layer: GSLayer, layerOrigin: NSPoint, attributes: dict, filled: bool)
```

