ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / GeometrySink Interface / AddArc Method
The arc segment to add to the figure.

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

    Parameters

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