DXGraphicsPath.AddPath(DXGraphicsPath, Boolean) Method
Appends a sequence of lines and curves to this path.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
Name | Type | Description |
---|---|---|
path | DXGraphicsPath | A path to add. |
connect | Boolean |
|
See Also