ImgLineCreate |
Top Previous Next |
Prototype
intHandle:= ImgLineCreate(intX1, intY1,intX2,intY2)
Description
Create a line object and return handle.
Parameters
intX1, intY1,intX2, intY2: integer values corresponding to line coordinates.
Returned Value
intHandle: integer value corresponding to line handle.
Notes
None.
|