User manual
Configurable Viewer Tools
521
© 2014 Digital Vision
UM-2014.1-07
line
line <FLOAT x0> <FLOAT y0> <FLOAT x1> <FLOAT y1>;
Draws a line from coordinates x0,y0 to coordinates x1,y1 using the current
coordinate system and draw style.
lineWeight
lineWeight <FLOAT> ;
How wide to draw lines, in pixels.
ellipse
ellipse <INT x0> <INT y0> <INT Rx> <INT Ry> ;
where Rx is X radius and Ry is Y radius.
Draws an ellipse with centre at coordinates (x0,y0) and size 2*Rx by 2*Ry,
using the current coordinate system and draw style.
polygon
polygon <INT x0> <INT y0> .. <INT xN> <INT yN> ;
Draws a multi-point polygon from (x0,y0) to (x1,y1) to .. (xN,yN), using the
current coordinate system and draw style. If the draw style is filled and the
polygon is convex, it will be filled on the inside.
rectExtraction
rectExtraction <INT x0> <INT y0> <INT x1> <INT y1> ;
Draws a rectangle from (x0,y0) to (x1,y1) using the current coordinate system
and draw style.
If the draw style is filled the rectangle will be filled on the outside, up to the
outer limit of the monitor source image. This element is intended for use when
a solid or semi-transparent 'masking' or 'blanking' region is required.
If the draw style is not filled, an open rectangle will be drawn with the current
line style.
text
text <INT x> <INT y> "<STRING>" ;
Draws the specified string at (x,y) using the current coordinate system and
draw style.
Note that you can use text macros, which will be expanded on display. See
below.