DrawArc
Draws a arc
DrawArc <x>, <y>, <radius>, <start>, <end>, <imageNo>[, <unitNo>]
Parameters
<x>
|
X position coordinate of the center of the wide arc to be drawn
|
<y>
|
Y position coordinate of the center of the wide arc to be drawn
|
<radius>
|
Radius of the wide arc to be drawn
|
<start>
|
Start point angle of the wide arc to be drawn
|
<end>
|
End point angle of the wide arc to be drawn
|
<imageNo>
|
Image number
|
<unitNo>
|
Processing unit number
|
Return Value
None.
Description
Draws a arc 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.
Notes