GraphicsCache.DrawBeziers(Pen, PointF[]) Method
In This Article
Draws a series of Bezier splines from an array of 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 that determines the color, width, and style of the curve. |
points | Point |
Array of Point |
See Also