---
title: ignoreGlobalClipDisplay
framework: screencapturekit
role: symbol
role_heading: Instance Property
path: screencapturekit/scstreamconfiguration/ignoreglobalclipdisplay
---

# ignoreGlobalClipDisplay

A Boolean value that indicates if the stream ignores content clipped past the edge of a display, when streaming in display style.

## Declaration

```swift
var ignoreGlobalClipDisplay: Bool { get set }
```

## Discussion

Discussion The display that originates the stream determines clipping bounds. When this value is true, the stream contains content moved past the clipping bounds. The default value is false.

## See Also

### Configuring captured elements

- [showsCursor](screencapturekit/scstreamconfiguration/showscursor.md)
- [shouldBeOpaque](screencapturekit/scstreamconfiguration/shouldbeopaque.md)
- [capturesShadowsOnly](screencapturekit/scstreamconfiguration/capturesshadowsonly.md)
- [ignoreShadowsDisplay](screencapturekit/scstreamconfiguration/ignoreshadowsdisplay.md)
- [ignoreShadowsSingleWindow](screencapturekit/scstreamconfiguration/ignoreshadowssinglewindow.md)
- [ignoreGlobalClipSingleWindow](screencapturekit/scstreamconfiguration/ignoreglobalclipsinglewindow.md)
