Microsoft SDK for Java

Region.andWith

Creates a Region object that contains the elements common to a specified region and this one.

Syntax

public final Region andWith( Region region )

Parameters

region

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

Return Value

Returns a Region object that represents the intersecting area of the specified region and this one.

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