ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / GeometrySink Interface / AddQuadraticBezier Method
A structure that describes the control point and the endpoint of the quadratic Bezier curve to add.

In This Topic
    AddQuadraticBezier Method (GeometrySink)
    In This Topic
    Creates a quadratic Bezier curve between the current point and the specified endpoint.
    Syntax
    'Declaration
     
    Sub AddQuadraticBezier( _
       ByVal bezier As QuadraticBezierSegment _
    ) 
    void AddQuadraticBezier( 
       QuadraticBezierSegment bezier
    )

    Parameters

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