ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLPath Class / AddArc Method / AddArc(ArcSegment) Method
The arc segment to add to the figure.

In This Topic
    AddArc(ArcSegment) Method
    In This Topic
    Adds a single arc to the path geometry.
    Syntax
    'Declaration
     
    Public Overloads Sub AddArc( _
       ByVal arcSegment As GrapeCity.Documents.Drawing.ArcSegment _
    ) 
    public void AddArc( 
       GrapeCity.Documents.Drawing.ArcSegment arcSegment
    )

    Parameters

    arcSegment
    The arc segment to add to the figure.
    See Also