AddQuadraticBezier Method (GcBitmapGraphics.Path)
In This Topic
Creates a quadratic Bezier curve between the current point and the specified end point.
Syntax
'Declaration
Public Sub AddQuadraticBezier( _
ByVal As System.Drawing.PointF, _
ByVal As System.Drawing.PointF _
)
public void AddQuadraticBezier(
System.Drawing.PointF ,
System.Drawing.PointF
)
Parameters
- p1
- The control point of the quadratic Bezier segment.
- endPoint
- The end point of the quadratic Bezier segment.
See Also