PlotString
Plots a text string on the image.
| Parameter | Description | ||||
| Image |
Reference to a cell containing an Image structure. Default = $A$0. |
||||
|
String |
Specifies the text string to be plotted. |
||||
|
Point |
Specifies the image coordinates of the string to be plotted.
|
||||
|
Color |
Specifies the color
of the plotted graphic. Default: 0x32CD32, LimeGreen; max: 0xFFFFFF. Configure different colors by providing the hexadecimal color code in the |
||||
| Font Size | Specifies the font size of the cell graphic. | ||||
| Font | Specifies the font of the cell graphic. The list of available fonts depends upon the fonts loaded on the host PC. If a job A job is a user-configured program in In-Sight Spreadsheet consisting of functions and designed for specific applications. You can create and edit jobs using the In-Sight Spreadsheet interface, and load them on a vision system for deployment in a live environment. is loaded onto a PC that does not have that font, the default font of that PC is used instead. | ||||
|
Show |
Specifies the display mode for the graphic overlay on the image.
|
|
Returns |
A Plot data structure containing the graphic. |