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

DrawLine

Declaration

Source position: _crw_eldraw.pas line 220

procedure DrawLine(

  Canvas: TCanvas;

  const Start: TPoint2I;

  const Stop: TPoint2I;

  Color: TColor = clBlack;

  Style: TPenStyle = psSolid;

  Mode: TPenMode = pmCopy;

  PenWidth: Integer = 1

);