DXRegion.Union(DXGraphicsPath) Method
Updates the region to the union of itself and the specified DXGraphicsPath
instance.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
Name | Type | Description |
---|---|---|
path | DXGraphicsPath | The object to unite with the region. |
See Also