# `GSGlyphEditView zoomTransformForPosition:doOffset:`

*Instance Method*

## Declaration

```swift
func zoomTransform(forPosition position: NSPoint, doOffset offset: Bool) -> AffineTransform
```

```objc
- (NSAffineTransform *) zoomTransformForPosition:(NSPoint) position doOffset:(BOOL) offset;
```

```python
zoomTransformForPosition_doOffset_(position: NSPoint, offset: bool) -> NSAffineTransform
```

