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