CreateImageBuilder

Metreos.Native.ImageBuilder.CreateImageBuilder

Summary

CreateImageBuilder creates the image canvas.

Usage

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.

Remarks

None.

Action Parameters
Parameter Name.NET TypeDefaultDescription
Width *System.Int32The width of the image canvas. There is no way to alter or transform this value once set.
Height *System.Int32The height of the image canvas. There is no way to alter or transform this value once set.
BackgroundColorSystem.Drawing.ColorSystem.Drawing.Color.WhiteThe System.Drawing.Color to use as the background color of the image canvas.
Result Data
Parameter Name.NET TypeDescription
ImageBuilderMetreos.Utilities.ImageInitAn image builder type. Once initialized with CreateImageBuilder, this type can then be used to layer on text and image regions later.

Branch Conditions 

Success

No description.

Failure

No description.