# `GSGlyphEditView bezierPathToViewSpace:atPoint:doOffset:`

*Instance Method*

## Declaration

```swift
func bezierPath(toViewSpace bezierPath: NSBezierPath, at layerOrigin: NSPoint, doOffset offset: Bool)
```

```objc
- (void) bezierPathToViewSpace:(NSBezierPath *) bezierPath atPoint:(NSPoint) layerOrigin doOffset:(BOOL) offset;
```

```python
bezierPathToViewSpace_atPoint_doOffset_(bezierPath: NSBezierPath, layerOrigin: NSPoint, offset: bool)
```

