AddQuadraticBezier Method
AddQuadraticBezier(PointF, PointF)
Creates a quadratic Bezier curve between the current point and the specified end point.
Declaration
void AddQuadraticBezier(PointF p1, PointF endPoint)
Sub AddQuadraticBezier(p1 As PointF, endPoint As PointF)
Parameters
Type |
Name |
Description |
PointF |
p1 |
The control point of the quadratic Bezier segment.
|
PointF |
endPoint |
The end point of the quadratic Bezier segment.
|