Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / IPath Interface / AddQuadraticBezier Method
The control point of the quadratic Bezier segment.
The end point of the quadratic Bezier segment.

In This Topic
    AddQuadraticBezier Method (IPath)
    In This Topic
    Creates a quadratic Bezier curve between the current point and the specified end point.
    Syntax
    'Declaration
     
    Sub AddQuadraticBezier( _
       ByVal p1 As System.Drawing.PointF, _
       ByVal endPoint As System.Drawing.PointF _
    ) 
    void AddQuadraticBezier( 
       System.Drawing.PointF p1,
       System.Drawing.PointF endPoint
    )

    Parameters

    p1
    The control point of the quadratic Bezier segment.
    endPoint
    The end point of the quadratic Bezier segment.
    See Also