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

DrawRoundRect

Declaration

Source position: _crw_eldraw.pas line 292

procedure DrawRoundRect(

  Canvas: TCanvas;

  const Rect: TRect2I;

  const Rounded: TPoint2I;

  PenColor: TColor = clBlack;

  PenStyle: TPenStyle = psSolid;

  PenMode: TPenMode = pmCopy;

  PenWidth: Integer = 1;

  BrushColor: TColor = clBlack;

  BrushStyle: TBrushStyle = bsClear

);