GfxLineTo
|
Low-level graphics |
SYNTAX | GfxLineTo( x, y ) |
RETURNS | NOTHING |
FUNCTION | Draws a line from the current position up to, but not including, the point specified by x and y. The line is drawn with the selected pen. The current position is set to x,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( 0, 0 ); |
SEE ALSO | GfxMoveTo() function |
The GfxLineTo function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.