Native
Synchronous
No Custom Parameters
AddTextRegion adds a text string to the canvas.
The AddTextRegion action lets a developer add an text string to an ImageBuilder type. As with all regions, this region will cover any previously added regions in the same area and can be covered by subsequent regions that occupy the same location as this region.
None.
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| Text * | System.String | The text to add to the image. | |
| Font | System.String | Arial | The font of the text string. |
| FontSize | System.Int32 | 10 | The height of the font (in pixels). |
| Top * | System.Int32 | The location of the top of the text region on the ImageBuilder canvas. | |
| Left * | System.Int32 | The location of the left of the text region on the ImageBuilder canvas. | |
| Color | System.Drawing.Color | System.Drawing.Color.White | The color of the text. |
| Parameter Name | .NET Type | Description |
|---|---|---|
| Image | Metreos.Utilities.TextRegion | A standard image region which the ImageBuilder type will append to itself using the specified text properties. |
Branch Conditions
No description.
No description.