<h2 id="createcreationdisplayinfo-context">createCreationDisplayInfo</h2>

<div class='sourceset sourceset-android'>Android</div>

```kotlin
public fun createCreationDisplayInfo(context: Context): RemoteCreationDisplayInfo
```

Creates a `RemoteCreationDisplayInfo` instance from the provided [Context](https://developer.android.com/reference/android/content/Context).

This function extracts the display metrics (width, height, and density) from the [Context](https://developer.android.com/reference/android/content/Context)'s
resources.

#### Parameters

| | |
| --- | --- |
| context | The [Context](https://developer.android.com/reference/android/content/Context) used to access display metrics. |

#### Returns

| | |
| --- | --- |
|  | A `RemoteCreationDisplayInfo` object containing the display metrics from the context. |