Accusoft.PrintPro7.Net
Curve(Point,Point,Point,Point) Method
See Also  Send Feedback
Accusoft.PrintProSdk Namespace > Draw Class > Curve Method : Curve(Point,Point,Point,Point) Method




startPoint
A System.Drawing.Point which represents the starting point of the bezier curve.
controlPoint1
A System.Drawing.Point which represents the first control point of the bezier curve.
controlPoint2
A System.Drawing.Point which represents the second control point of the bezier curve.
endPoint
A System.Drawing.Point which represents the end point of the bezier curve.

Glossary Item Box

Draws a cubic bezier curve on a printer.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

startPoint
A System.Drawing.Point which represents the starting point of the bezier curve.
controlPoint1
A System.Drawing.Point which represents the first control point of the bezier curve.
controlPoint2
A System.Drawing.Point which represents the second control point of the bezier curve.
endPoint
A System.Drawing.Point which represents the end point of the bezier curve.

Remarks

The curve starts at 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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.