---
title: frameInScreenCoordinates
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkaccesspoint/frameinscreencoordinates
---

# frameInScreenCoordinates

The frame of the access point in screen coordinates.

## Declaration

```swift
var frameInScreenCoordinates: CGRect { get }
```

```swift
var frameInScreenCoordinates: NSRect { get }
```

## Mentioned in

Adding an access point to your game

## Discussion

Discussion This is an observable property.

## See Also

### Managing the location

- [location](gamekit/gkaccesspoint/location-swift.property.md)
- [GKAccessPoint.Location](gamekit/gkaccesspoint/location-swift.enum.md)
- [parentWindow](gamekit/gkaccesspoint/parentwindow.md)
