Adds a Bezier curve to path
Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
public void AddBezierCurveSegment( PointFloat startPoint, PointFloat directionPoint, PointFloat endPoint )
Parameters
- startPoint
- Type: EvoPdfClientPointFloat
The Bezier curve segment start point - directionPoint
- Type: EvoPdfClientPointFloat
The Bezier curve segment direction point - endPoint
- Type: EvoPdfClientPointFloat
The Bezier curve segment end point
See Also