Skip to main content
All docs
V23.2

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.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public void Xor(
    DXRegion right
)

Parameters

Name Type Description
right DXRegion

The region to use in a XOR (Exclusive OR) operation with the current region.

See Also