InsertCurveFrom(Int32,PointF,PointF,PointF) Method
In This Topic
Insert a Bezier curve segment into this shape that will end at the given index.
Syntax
Parameters
- i
- the destination index of the curve
- c1
- the first control point
- c2
- the second control point
- p
- the starting point of the new curve
See Also