PlotRegion
Plots a region outline on the image.
The PlotRegion function Functions are tools that are available in Spreadsheet for processing and analyzing acquisitions or other results. You can add functions to your Spreadsheet job to create tool chains and produce results for specific applications. has the following syntax:
PlotRegion(Image, X, Y, Width, Height, Angle, Curve, Name, Color, Show)
See the table for a description of the available parameters:
| Parameter | Description | ||||||||||||
| Image |
Reference to a cell containing an Image structure. The default value is |
||||||||||||
|
Region |
Specifies the image coordinates of the Region to be plotted.
|
||||||||||||
|
Name |
Specifies a text label to display with the graphic on the image. |
||||||||||||
|
Color |
Specifies the color
of the plotted graphic. Default: 0x32CD32, LimeGreen; max: 0xFFFFFF. Configure different colors by providing the hexadecimal color code in the |
||||||||||||
|
Show |
Specifies the display mode for the graphic overlay on the image.
|
|
Returns |
A Plot data structure containing the graphic. |