GraphicsCache.DrawBezier(Pen, PointF, PointF, PointF, PointF) Method
In This Article
Draws a Bezier spline defined by four PointF structures.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
pen | Pen | Pen structure that determines the color, width, and style of the curve. |
pt1 | Point |
Point |
pt2 | Point |
Point |
pt3 | Point |
Point |
pt4 | Point |
Point |
See Also