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