Adds a Bezier curve to path
Namespace: WnvWordToPdf
Assembly: wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.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