Overload | Description |
---|---|
InsertCurveTo(Int32,PointF,PointF,PointF) | Insert a Bezier curve segment into this shape at the given index. |
InsertCurveTo(Int32,Single,Single,Single,Single,Single,Single) | Extend the current figure by drawing a Bezier curve from the last point to another point, with two control points to guide the curve. |