Accusoft.PrintProSdk Namespace > Draw Class > Curve Method : Curve(PointF,PointF,PointF,PointF) Method |
The curve starts at the StartPoint going toward ControlPoint1 and arrives at EndPoint coming from the direction of ControlPoint2. Usually, it will not pass through ControlPoint1 or ControlPoint2; these points are only there to provide directional information. The distance between StartPoint and ControlPoint1 determines "how long" the curve moves into direction ControlPoint2 before turning towards EndPoint.