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

    Updates the region to contain the portion of the specified rectangle that does not intersect with the current region.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void Complement(
        RectangleF rect
    )

    Parameters

    Name Type Description
    rect RectangleF

    A rectangle to complement with the current region.

    See Also