# `GSGlyphEditView getLocation:`

*Instance Method*

## Declaration

```swift
func getLocation(_ theEvent: NSEvent?) -> NSPoint
```

```objc
- (NSPoint) getLocation:(NSEvent *) theEvent;
```

```python
getLocation_(theEvent: NSEvent) -> NSPoint
```

