Method Subtract
Subtract(RectD)
Subtracts a rectangular region from this region.
public void Subtract(RectD rect)
Parameters
rect
RectDRectangular region to subtract.
Remarks
This operation combines the parts of 'this' region that are not part of the second region. The result is stored in this region.
Subtract(Region)
Subtracts a region from this region.
public void Subtract(Region region)
Parameters
region
RegionRegion to subtract.
Remarks
This operation combines the parts of 'this' region that are not part of the second region. The result is stored in this region.