subtract_region
Description:
public void subtract_region (
Region? region_to_subtract)
Subtracts region_to_subtract from this.
region_to_subtract is not modified.
Parameters:
| this |
a Region.
|
| region_to_subtract |
the Region to subtract from this,
or null.
|