DrawBox

Draws a rectangle

DrawBox <x0>, <y0>, <x1>, <y1>, <imageNo>[, <unitNo>]

Parameters
<x0>
X position coordinate of the upper left corner of the rectangle to be drawn
<x1>
X position coordinate of the lower right corner of the rectangle to be drawn
<y0>
Y position coordinate of the upper left corner of the rectangle to be drawn
<y1>
Y position coordinate of the lower right corner of the rectangle to be drawn
<imageNo>
Image number
<unitNo>
Processing unit number

Return Value
None.

Description
Draws a rectangle at the specified position in the Image Display window. It draws the figure at the position corresponding to the state of the image scrolling specified by the image number and coordinates specified by the argument.
It makes an error(Illegal function call) when performing it not in the *MeasureDispG subroutine.
Refer to the explanation of refthe DrawPoint command for the method of specifying the drawing coordinates.

Notes