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

DrawPolyBezier

Declaration

Source position: _crw_eldraw.pas line 340

procedure DrawPolyBezier(

  Canvas: TCanvas;

  const Points: array of TPoint;

  PenColor: TColor = clBlack;

  PenStyle: TPenStyle = psSolid;

  PenMode: TPenMode = pmCopy;

  PenWidth: Integer = 1

);