GFXMOVETO
- move graphic cursor to new position
|
Low-level graphics
(AFL 3.0) |
| SYNTAX |
GfxMoveTo( x, y ) |
| RETURNS |
NOTHING |
| FUNCTION |
Moves the current position to the point specified by x and y.
Parameters
- x - Specifies the x-coordinate of the new position.
- y - Specifies the y-coordinate of the new position.
NOTE: This is LOW-LEVEL graphic function. To learn more about low-level
graphic functions please read TUTORIAL: Using low-level graphics.
|
| EXAMPLE |
GfxMoveTo( 10, 20 ); |
| SEE ALSO |
|
References:
The GfxMoveTo function is used in the following formulas
in AFL on-line library:
Add your comment:
(please do not ask questions here, if you have a question please send
it to support e-mail address)
|