Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / IGeometrySink Interface / AddBezier Method
A structure that describes the control points and endpoint of the Bezier curve to add.

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