# `GSGlyphEditView convertLayerRectToViewRect:`

*Instance Method*

## Declaration

```swift
func convertLayerRect(toViewRect rect: NSRect) -> NSRect
```

```objc
- (NSRect) convertLayerRectToViewRect:(NSRect) rect;
```

```python
convertLayerRectToViewRect_(rect: NSRect) -> NSRect
```

