# Draw Text

Draw text on specified draw control.

Action available for the following operating systems:

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MAlPVpH3WRwBy16c7JY%2F-MAlQBZuuTnc6hyzKSVQ%2Fimage.png?alt=media\&token=5c9534b7-ca05-4ac4-b408-2207cd5a5295)

### Parameters

* **Control** *\<unquoted string> -* The name of the specified draw control.
* **Text** *\<string> -* The text that is written on the draw control.
* **X** *\<numeric> -* The X coordinate where the draw of text begins.
* **Y** *\<numeric> -* The Y coordinate where the draw of the text begins.
* **Width** *\<numeric> -* The width of the text created. The draw of the text begins on coordinate X,Y.
* &#x20;**Height** *\<numeric> -* The height of the text created. The draw of the text begin on coordinate X,Y.
