Skip to main content
All docs
V24.2

DXRegion.Complement(DXGraphicsPath) Method

In This Article

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

NuGet Package: DevExpress.Drawing

#Declaration

public void Complement(
    DXGraphicsPath path
)

#Parameters

Name Type Description
path DXGraphicsPath

A DXGraphicsPath instance to complement with the current region.

See Also