Skip to main content
All docs
V23.2

DXRegion.Complement(DXRegion) Method

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public void Complement(
    DXRegion right
)

Parameters

Name Type Description
right DXRegion

A region to complement with the current region.

See Also