ImageAddBorder
Syntax
ImageAddBorder(name, thickness [, color] [, borderType])Arguments
Name
Type
Required
Default
Description
Returns
Description
Example
See Also
Notes
Was this helpful?
ImageAddBorder(name, thickness [, color] [, borderType])Was this helpful?
Was this helpful?
// Add a 10px black border to an image
img = ImageAddBorder(myImage, 10);
// Add a 5px red constant border
img = ImageAddBorder(myImage, 5, "red", "constant");