Scripting Function - CreateFillSolid
The function creates solid (single color) fill that will be used inconjunction with AddText, AddTextByPosition and AddBorder functions.
Syntax
CreateFillSolid userfillname As StringValue, color As ArgbColorValue
Parameters
userfillname - the name that you want to assign to the fill you are creating
color - the color of the fill
Example
The following creates a solid fill named "Fill1" in the color green:
CreateFillSolid "Fill1", Argb(255, 0, 255, 0)
Version Information
Supported in Multiple Image Resizer .NET v2.0.0.0
See Also