Move graphics pen position.
Source position: agraphics.pas line 2351
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. |