DXRegion.Xor(DXRegion) Method
Updates this region to the union minus the intersection of itself with the specified region.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
Name | Type | Description |
---|---|---|
right | DXRegion | The region to use in a XOR (Exclusive OR) operation with the current region. |
See Also