Draws a cubic Bezier spline.
Name | Description | |
---|---|---|
DrawBezier(Pen, Point, Point, Point, Point) |
Draws a cubic Bezier spline. |
|
DrawBezier(Pen, PointF, PointF, PointF, PointF) |
Draws a cubic Bezier spline. |
|
DrawBezier(Pen, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) |
Draws a cubic Bezier spline. |
|
DrawBezier(Pen, Single, Single, Single, Single, Single, Single, Single, Single) |
Draws a cubic Bezier spline. |
All the coordinates are measured in units specified with Unit property.