Draws an elliptically curved line and updates the Pen position.
Source position: graphics.pp line 1077
public procedure TCanvas.ArcTo( |
ALeft: Integer; |
ATop: Integer; |
ARight: Integer; |
ABottom: Integer; |
SX: Integer; |
SY: Integer; |
EX: Integer; |
EY: Integer |
); virtual; |
Like the Arc method, but updates the Pen position.
|
Use Arc to draw an elliptically curved line with the current Pen. |