Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCanvas.DoLineTo

DoLineTo calls the LineTo method.

Declaration

Source position: graphics.pp line 1032

protected procedure TCanvas.DoLineTo(

  x: Integer;

  y: Integer

); override;