[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'FPCanvas' (#fcl)

TFPCustomCanvas.DoLine

DoLine - method for drawing a line between two specified points

Declaration

Source position: fpcanvas.pp line 258

protected procedure TFPCustomCanvas.DoLine(

  x1: Integer;

  y1: Integer;

  x2: Integer;

  y2: Integer

); virtual; abstract;

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