GraphicsDrawBezier Method |
Name | Description | |
---|---|---|
![]() ![]() | DrawBezier(Pen, Point, Point, Point, Point) |
Draws a Bézier spline defined by four Point structures.
|
![]() | DrawBezier(Pen, PointF, PointF, PointF, PointF) |
Draws a Bézier spline defined by four PointF structures.
|
![]() | DrawBezier(Pen, Single, Single, Single, Single, Single, Single, Single, Single) |
Draws a Bézier spline defined by four ordered pairs of coordinates that represent points.
|