Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / IGeometrySink 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 (IGeometrySink)
    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