DXGraphicsPath(DXGraphicsPathData) Constructor
Initializes a new instance of the DXGraphicsPath class with specified settings.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
Name | Type | Description |
---|---|---|
pathData | DXGraphicsPathData | Graphics data (a list of points and types) to define the |
See Also