Method AddBezier
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
AddBezier(in BezierSegment)
Creates a cubic Bezier curve between the current point and the specified end point.
void AddBezier(in BezierSegment bezier)
Parameters
bezierBezierSegmentA structure that describes the control points and end point of the Bezier curve to add.