DXGraphicsPath.AddBezier(PointF, PointF, PointF, PointF) Method
In This Article
Adds a cubic Bezier curve to the current figure.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
start |
Point |
The curve’s starting point. |
control |
Point |
The curve’s first control point. |
control |
Point |
The curve’s second control point. |
end |
Point |
The curve’s endpoint. |
See Also