Region.andWith

Overview | Methods | This Package | All Packages

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.