intersect_region
Description:
public Region?
intersect_region (
Region? region2)
Returns the intersection between this and region2.
this and region2 are not modified.
Parameters:
| this |
a Region, or null.
|
| region2 |
a Region, or null.
|
Returns:
|
the intersection as a Region object.
|