Method AddQuadraticBezier
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
AddQuadraticBezier(QuadraticBezierSegment)
Creates a quadratic Bezier curve between the current point and the specified end point.
void AddQuadraticBezier(QuadraticBezierSegment bezier)
Parameters
bezier
QuadraticBezierSegmentA structure that describes the control point and the end point of the quadratic Bezier curve to add.