Skip to main content
All docs
V25.1
  • DXRegion.Xor(RectangleF) Method

    Updates the region to include the union minus the intersection of itself with the specified rectangle.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void Xor(
        RectangleF rect
    )

    Parameters

    Name Type Description
    rect RectangleF

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

    See Also