Function IMAGEADDBORDER
Adds a rectangular border around the outside edge of a image.
Example
imageaddborder(any name,[number thickness,[string color,[string borderType]]]):void
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
name | any | Yes | The image on which this operation is performed. |
thickness | number | No | Thickness of the border in pixels. The default value is 1. The border is added to the outside edge of the image; the image area is increased accordingly. |
color | string | No |
Optional. Border color. The default border color is black. See Usage. Only valid if the borderType is not specified or if borderType = "constant". |
borderType | string | No |
The type of border: |