Welcome Features News Download Registration Support FAQ Wish list Links
Advanced stock charting and analysis program

A-Z Index | Category Index |

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:


 


About | Privacy | Terms of Use | Contact information
Copyright © 2003 AMIBROKER.COM