Skip to main content
All docs
V26.1
  • DXRegion.Xor(DXGraphicsPath) Method

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

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    Declaration

    public void Xor(
        DXGraphicsPath path
    )

    Parameters

    Name Type Description
    path DXGraphicsPath

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

    See Also