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

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

    Parameters

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