DXGraphics.DrawBezier(DXPen, PointF, PointF, PointF, PointF) Method
In This Article
Draws a Bezier spline defined by points.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
pen | DXPen | An object that determines the color, width, and style of the curve. |
pt1 | Point |
The starting point of the curve. |
pt2 | Point |
The first control point of the curve. |
pt3 | Point |
The second control point of the curve. |
pt4 | Point |
The ending point of the curve. |
See Also