ComponentOne Bitmap for UWP
AddBezier Method (GeometrySink)

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > GeometrySink Interface : AddBezier Method
A structure that describes the control points and endpoint of the Bezier curve to add.
Creates a cubic Bezier curve between the current point and the specified endpoint.
Syntax
'Declaration
 
Sub AddBezier( _
   ByVal bezier As BezierSegment _
) 
void AddBezier( 
   BezierSegment bezier
)

Parameters

bezier
A structure that describes the control points and endpoint of the Bezier curve to add.
See Also

Reference

GeometrySink Interface
GeometrySink Members