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