Draw a line between the current pen position and the new x,y position.
Source position: agraphics.pas line 2021
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. |