Skip to main content
All docs
V24.1

DXRegion.Complement Method

Name Parameters Description
Complement(DXGraphicsPath) path Updates the region to contain the portion of the specified DXgraphicsPath that does not intersect with the current region.
Complement(DXRegion) right Updates the region to contain the portion of the specified DXRegion that does not intersect with the current region.
Complement(RectangleF) rect Updates the region to contain the portion of the specified rectangle that does not intersect with the current region.