drawRectangle
The drawRectangle
method draws a rectangle.
Syntax
drawRectangle( rectangle, thickness, color )
Arguments
Argument | Description |
---|---|
rectangle
|
The location of the rectangle in the input records. |
thickness
|
The line thickness, in pixels. |
color
|
The line color. See the function rgb. |
Returns
Nothing.
Example
drawRectangle(record.OCRResultAndImage.region, 3, rgb(255, 255, 255))