DrawLineW
Draws a wide line
DrawLineW <x0>, <y0>, <x1>, <y1>, <width>, <imageNo>[, <unitNo>]
Parameters
<x0>
|
Initial point X position coordinate of the straight line to be drawn
|
<x1>
|
Terminal X position coordinate of the straight line to be drawn
|
<y0>
|
Initial point Y position coordinate of the straight line to be drawn
|
<y1>
|
Terminal Y position coordinate of the straight line to be drawn
|
<width>
|
Width of the straight line to be drawn
|
<imageNo>
|
Image number
|
<unitNo>
|
Processing unit number
|
Return Value
None.
Description
Draws a wide straight line 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