Region.xorWith

Overview | Methods | This Package | All Packages

Region.xorWith

Creates a new Region object that contains all non-duplicate elements of this region and a specified one.

Syntax

public final Region xorWith( Region region )

Parameters

region

A Region object that specifies the region to combine with this one.

Return Value

Returns a new Region object. This object contains all the elements that appear in either the specified region or this one.

See Also   andWith, orWith