Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / IPath Interface / AddArc Method
The arc segment to add to the figure.

In This Topic
    AddArc Method (IPath)
    In This Topic
    Adds a single arc to the path geometry.
    Syntax
    'Declaration
     
    Sub AddArc( _
       ByVal arcSegment As ArcSegment _
    ) 
    void AddArc( 
       ArcSegment arcSegment
    )

    Parameters

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