Not Serializable
The ImageBuilder type stores the text and image regions and supports methods to later save the file or convert to a byte[].
ImageBuilder is initialized with the CreateImageBuilder action. One can then use AddTextRegion, AddStandardImageRegion, and AddBorderedTextRegion to build up the composite image. Once you are done processing the image, you can either save the image to a file as a PNG, or you can access the byte[] of the image.
None.
| .NET Type | Description |
|---|---|
String | Internal use only. |
Metreos.Utilities.ImageInit | Internal use only. |
Metreos.Utilities.IGraphicRegion | Internal use only. |
| Method Name | Description |
|---|---|
| AddText | Internal use only. |
| AddImage | Internal use only. |
| AddImage | Internal use only. |
| AddImage | Internal use only. |
| Save | Specify a filepath to save the image canvas to disk. |
| Reset | Internal use only. |
| Property Name | .NET Type | Description |
|---|---|---|
| Width | System.Int32 | |
| Height | System.Int32 | |
| BackgroundColor | System.Drawing.Color | |
| ImageData | System.Byte[] |