C1.Excel Assembly / C1.Util Namespace / XLPath Class / AddBezier Method
The first control point for the Bezier segment.
The second control point for the Bezier segment.
The end point for the Bezier segment.

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

Parameters

p1
The first control point for the Bezier segment.
p2
The second control point for the Bezier segment.
endPoint
The end point for the Bezier segment.
See Also