Adds a Bezier curve to path
Namespace: Winnovative
Assembly: wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax
public void AddBezierCurveSegment( PointF startPoint, PointF directionPoint, PointF endPoint )
Parameters
- startPoint
- Type: System.DrawingPointF
The Bezier curve segment start point - directionPoint
- Type: System.DrawingPointF
The Bezier curve segment direction point - endPoint
- Type: System.DrawingPointF
The Bezier curve segment end point
See Also