TcxCustomCanvas.Arc(TRect,TPoint,TPoint,TdxAlphaColor,Integer,TPenStyle) Method
Declaration
procedure Arc(const AEllipse: TRect; const AStartPoint: TPoint; const AEndPoint: TPoint; AColor: TdxAlphaColor; APenWidth: Integer = 1; APenStyle: TPenStyle = psSolid); overload; virtual; abstract;
Parameters
| Name | Type |
|---|---|
| AEllipse | TRect |
| AStartPoint | TPoint |
| AEndPoint | TPoint |
| AColor | TdxAlphaColor |
| APenWidth | Integer |
| APenStyle | TPenStyle |
See Also