Native
Synchronous
No Custom Parameters
CreateImageBuilder creates the image canvas.
The CreateImageBuilder initializes the ImageBuilder type by setting the height, width, and background color of the image. This action must always be used to initialize the image canvas before executing other Image Builder API methods.
None.
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| Width * | System.Int32 | The width of the image canvas. There is no way to alter or transform this value once set. | |
| Height * | System.Int32 | The height of the image canvas. There is no way to alter or transform this value once set. | |
| BackgroundColor | System.Drawing.Color | System.Drawing.Color.White | The System.Drawing.Color to use as the background color of the image canvas. |
| Parameter Name | .NET Type | Description |
|---|---|---|
| ImageBuilder | Metreos.Utilities.ImageInit | An image builder type. Once initialized with CreateImageBuilder, this type can then be used to layer on text and image regions later. |
Branch Conditions
No description.
No description.