GfxMoveTo
|
Low-level graphics |
SYNTAX | GfxMoveTo( x, y ) |
RETURNS | NOTHING |
FUNCTION | Moves the current position to the point specified by x and y.
Parameters
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 |
The GfxMoveTo function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.