ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLPath Class / AddArc Method / AddArc(RectangleF,Single,Single,Boolean) Method
The rectangle that represents the pie or arc.
The start angle for the pie or arc.
The sweep angle for the pie or arc.
The sweep direction, by default clockwise, otherwise counterclockwise.

In This Topic
    AddArc(RectangleF,Single,Single,Boolean) Method
    In This Topic
    Adds arc for this path.
    Syntax
    'Declaration
     
    Public Overloads Sub AddArc( _
       ByVal rc As System.Drawing.RectangleF, _
       ByVal startAngle As System.Single, _
       ByVal sweepAngle As System.Single, _
       Optional ByVal clockwise As System.Boolean _
    ) 
    public void AddArc( 
       System.Drawing.RectangleF rc,
       System.float startAngle,
       System.float sweepAngle,
       System.bool clockwise
    )

    Parameters

    rc
    The rectangle that represents the pie or arc.
    startAngle
    The start angle for the pie or arc.
    sweepAngle
    The sweep angle for the pie or arc.
    clockwise
    The sweep direction, by default clockwise, otherwise counterclockwise.
    See Also