# Get Screen Dimensions

Gets the dimensions of the screen.

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MgASVxKcSvMLedD1AbX%2F-MgATlc9VGlFccAwKdz4%2FK_Action_GetScreenDimensions.PNG?alt=media\&token=0820d077-f027-4b1f-9a8f-1d0c95226c68)

Action available for the following operating systems:

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MGIW3wIXgRupIGNu8-p%2F-MGIiDGuNcrVFP-DbUma%2FTodos.PNG?alt=media\&token=406123c5-e2bb-4ec6-8044-9533b8686f6f)

### Parameters

* **Width** *\<unquoted string> -* The control or variable that saves the width of the screen.
* **Height** *\<unquoted string> -* The control or variable that saves the height of the screen.
* **Top Bar Height** *\<unquoted string> -* The control or variable that saves the top bar height of the screen.
* **Bottom Bar Height** *\<unquoted string> -* The control or variable that saves the bottom bar height of the screen.
* **Scroll Width** *\<unquoted string> -* The control or variable that saves the scroll width of the screen.
* **Scale** *\<unquoted string> -* The control or variable that saves the scale of the screen.

{% hint style="warning" %}
Win32 clients will always return Density = 1, since they are not DPI AWARE.
{% endhint %}

{% hint style="info" %}
Scale can be used to get the real screen size. Values returned in the **Width** and **Height** can be affected by scaling factors, to obtain real physical dimensions you can multiply these values by the Density.&#x20;
{% endhint %}
