Method SubtractRegion
SubtractRegion(Region)
Subtracts a region from this region.
void SubtractRegion(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.