Overview | Methods | This Package | All Packages
Creates and returns a new region that represents a union between a specified region and this one.
Syntax
public final Region orWith( Region region )
Parameters
region
A Region object that specifies the region to combine with this one.
Return Value
Returns a Region object that encompasses all of the elements contained either in the specified region or this one.