TdxGPCanvas.RoundRect(TRect,TColor,TColor,Integer,Integer,Integer,Byte,Byte) Method
Declaration
procedure RoundRect(R: TRect; APenColor: TColor; ABrushColor: TColor; ARadiusX: Integer; ARadiusY: Integer; APenWidth: Integer; APenColorAlpha: Byte; ABrushColorAlpha: Byte); overload;
Parameters
Name | Type |
---|---|
R | TRect |
APenColor | TColor |
ABrushColor | TColor |
ARadiusX | Integer |
ARadiusY | Integer |
APenWidth | Integer |
APenColorAlpha | Byte |
ABrushColorAlpha | Byte |
See Also