DrawCircle

Draws a circle

DrawCircle <x>, <y>, <radius>, <imageNo>[, <unitNo>]

Parameters
<x>
X position coordinate of the center of the circle to be drawn
<y>
Y position coordinate of the center of the circle to be drawn
<radius>
Radius of the circle to be drawn
<imageNo>
Image number
<unitNo>
Processing unit number

Return Value
None.

Description
Draws a circle 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