---
title: CGWindowSharingType.readWrite
framework: coregraphics
role: symbol
role_heading: Case
path: coregraphics/cgwindowsharingtype/readwrite
---

# CGWindowSharingType.readWrite

## Declaration

```swift
case readWrite
```

## Discussion

Discussion The window is shared and its contents can be read and modified by any process.

## See Also

### Constants

- [CGWindowSharingType.none](coregraphics/cgwindowsharingtype/none.md)
- [CGWindowSharingType.readOnly](coregraphics/cgwindowsharingtype/readonly.md)
