Adds a Bezier curve to the path.
Name | Description | |
---|---|---|
CurveTo(PointF, PointF) |
Adds a quadratic Bezier curve to the path. |
|
CurveTo(PointF, PointF, PointF) |
Adds a cubic Bezier curve to the path. |
|
CurveTo(Single, Single, Single, Single) |
Adds a quadratic Bezier curve to the path. |
|
CurveTo(Single, Single, Single, Single, Single, Single) |
Adds a cubic Bezier curve to the path. |