[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TCanvas.LineTo

LineTo draws a line from the current pen position to the new position: X1, Y1

Declaration

Source position: graphics.pp line 1000

public procedure TCanvas.LineTo(

  X1: Integer;

  Y1: Integer

); virtual;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.