You are here: Start » FIL.NET » Function Reference » Region » Region Point Transforms » FIL.RegionComplement

FIL.RegionComplement

Computes a region of pixels not contained in the input region.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RegionComplement
(
	FilNet.Region inRegion,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outRegionFilNet.RegionOutput region.

Description

The operation computes a region of the same dimensions, containing only pixels that do not belong to the given one.

Examples

RegionComplement run on a sample region.

Errors

List of possible exceptions:

Error type Description
DomainError Input and output regions are not distinct in RegionComplement.

See also