Method SubtractRect
SubtractRect(RectD)
Subtracts a rectangular region from this region.
void SubtractRect(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.