DrawCursor
Draws a cross-shaped cursor
DrawCursor <x>, <y>, <imageNo>[, <unitNo>]
Parameters
<x>
|
X position coordinate of the cross-shaped cursor to be drawn
|
<y>
|
Y position coordinate of the cross-shaped cursor to be drawn
|
<imageNo>
|
Image number
|
<unitNo>
|
Processing unit number
|
Return Value
None.
Description
Draws a cross-shaped cursor 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