TcxCustomCanvas.Ellipse(TRect,TdxAlphaColor,TdxAlphaColor,TPenStyle,Integer) Method
Declaration
procedure Ellipse(const R: TRect; ABrushColor: TdxAlphaColor; APenColor: TdxAlphaColor; APenStyle: TPenStyle = psSolid; APenWidth: Integer = 1); overload; virtual; abstract;
Parameters
| Name | Type |
|---|---|
| R | TRect |
| ABrushColor | TdxAlphaColor |
| APenColor | TdxAlphaColor |
| APenStyle | TPenStyle |
| APenWidth | Integer |
See Also