ComponentOne Bitmap for UWP
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.

In This Topic
    AddBezier Method (GeometrySink)
    In This Topic
    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