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