Creates and returns a new region that represents a union between a specified region and this one.
public final Region orWith( Region region )
region
A Region object that specifies the region to combine with this one.
Returns a Region object that encompasses all the elements contained either in the specified region or this one.