C1.Excel Assembly / C1.Util Namespace / XLPath Class / AddQuadraticBezier Method
The control point of the quadratic Bezier segment.
The end point of the quadratic Bezier segment.

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

Parameters

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