Move graphics pen position.
Source position: agraphics.pas line 2020
procedure GfxMove( |
Rp: PRastPort; |
X: LongInt; |
Y: LongInt |
); |
Move graphics pen position to (x,y) relative to upper left (0,0) of RastPort. This sets the starting point for subsequent Draw() and GfxText() calls.
|
Draw a line between the current pen position and the new x,y position. |