ComponentOne Bitmap for UWP
AddArc Method (GeometrySink)

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > GeometrySink Interface : AddArc Method
The arc segment to add to the figure.
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

Reference

GeometrySink Interface
GeometrySink Members