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

DrawPatternLine

Declaration

Source position: _crw_eldraw.pas line 227

procedure DrawPatternLine(

  Canvas: TCanvas;

  const Start: TPoint2I;

  const Stop: TPoint2I;

  Color: TColor = clBlack;

  Pattern: Integer = $FFFFFF

);