Draw a line between the current pen position and the new x,y position.
Source position: agraphics.pas line 2299
procedure Draw( |
rp: pRastPort; |
x: LongInt; |
y: LongInt |
); |
rp |
|
A pointer to the destination RastPort |
x |
|
X coordinate of where in the RastPort to end the line. |
y |
|
Y coordinate of where in the RastPort to end the line. |
Draw a line from the current pen position to (x,y).
Not yet implemented:
|
Move graphics pen position. |