Add a Bezier curve segment to path
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
Parameters
- start
- Type: System.DrawingPointF
Point 1 of Bezier curve segment - direction
- Type: System.DrawingPointF
Point 2 of Bezier curve segment - end
- Type: System.DrawingPointF
Point 3 of Bezier curve segment
See Also