Move graphics pen position.
Source position: agraphics.pas line 2082
procedure GfxMove( |
Rp: PRastPort; |
x: SmallInt; |
y: SmallInt |
); |
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. |