DrawEllipse

Draws an ellipse

DrawEllipse <x>, <y>, <radiusX>, <radiusY>, <imageNo>[, <unitNo>]

Parameters
<x>
X position coordinate of the center of the ellipse to be drawn
<y>
Y position coordinate of the center of the ellipse to be drawn
<radiusX>
Radius of the ellipse to be drawn in the X direction
<radiusY>
Radius of the ellipse to be drawn in the Y direction
<imageNo>
Image number
<unitNo>
Processing unit number

Return Value
None.

Description
Draws an ellipse 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