GfxMoveTo
- move graphic cursor to new position

Low-level graphics
(AmiBroker 50)


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:

More information:

See updated/extended version on-line.