|
GINO Graphics Suite - GINO v9.0
|
|
 |
 |
Positioning
The routines for "straight line movement" are:
gMoveTo2D(x, y)
gMoveBy2D(dx, dy)
Examples:
- To position the pen at point (1.5,2.5) the following statement could be used:
call gMoveTo2D(1.5,2.5)
- To increment the start pen position by xa in the X-direction and ya in the Y-direction the following statement could be used:
call gMoveBy2D(xa,ya)