Region.diffWith

Overview | Methods | This Package | All Packages

Region.diffWith

Creates a new region that consists of all areas of this region that are not included in the specified one.

Syntax

public final Region diffWith( Region region )

Parameters

region

A Region object that defines the region to compare with this one.

Return Value

Returns a new Region object that contains the areas in the specified region that do not exist in this one.