Microsoft SDK for Java

Region.orWith

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 the elements contained either in the specified region or this one.

See Also   andWith, xorWith

© 1999 Microsoft Corporation. All rights reserved. Terms of use.