<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: 18.2.0 -",
    "macOS: 12.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ScreenCaptureKit",
  "identifier" : "/documentation/ScreenCaptureKit/SCDisplay",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ScreenCaptureKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SCDisplay"
  },
  "title" : "SCDisplay"
}
-->

# SCDisplay

An instance that represents a display device.

```
class SCDisplay
```

## Overview

A display object represents a physical display connected to a Mac. Query the display to retrieve its unique identifier and onscreen coordinates.

Retrieve the available displays from an instance of [`SCShareableContent`](/documentation/ScreenCaptureKit/SCShareableContent). Select a display to capture and use it to create an instance of [`SCContentFilter`](/documentation/ScreenCaptureKit/SCContentFilter). Apply the filter to an instance of [`SCStream`](/documentation/ScreenCaptureKit/SCStream) to limit its output to content matching your criteria.

## Topics

### Identifying displays

[`displayID`](/documentation/ScreenCaptureKit/SCDisplay/displayID)

The Core Graphics display identifier.

### Accessing dimensions

[`frame`](/documentation/ScreenCaptureKit/SCDisplay/frame)

The frame of the display.

[`width`](/documentation/ScreenCaptureKit/SCDisplay/width)

The width of the display in points.

[`height`](/documentation/ScreenCaptureKit/SCDisplay/height)

The height of the display in points.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)