# DebugScreenCapture

> A raw data representation of a screenshot.

## Definition

* **Type:** Struct
* **Namespace:** [Unity.Profiling](/engine/6000.5/script-reference/unity/profiling.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public struct DebugScreenCapture
```

## Remarks

The representation is populated by the Profiling API internals with data about the correlating screenshot. You can use this type to extract the screenshot data.

## Properties

| Property                                                                                                             | Description                                 |
| -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| [Height](/engine/6000.5/script-reference/unity/profiling/debugscreencapture/height.md)                               | Height of the image.                        |
| [ImageFormat](/engine/6000.5/script-reference/unity/profiling/debugscreencapture/imageformat.md)                     | The format in which the image was captured. |
| [RawImageDataReference](/engine/6000.5/script-reference/unity/profiling/debugscreencapture/rawimagedatareference.md) | A non-owning reference to the image data.   |
| [Width](/engine/6000.5/script-reference/unity/profiling/debugscreencapture/width.md)                                 | Width of the image.                         |
