# `GSGlyphEditView bezierPathToViewSpace:atPoint:`

*Instance Method*

## Declaration

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

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

```python
bezierPathToViewSpace_atPoint_(bezierPath: NSBezierPath, layerOrigin: NSPoint)
```

