You are here: Start » FIL.NET » FIS.SkipEmptyRegion Method

FIS.SkipEmptyRegion Method

If the input region contains at least one pixel, then it is copied to the output; otherwise Nil is returned.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SkipEmptyRegion
(
	FilNet.Region inRegion,
	INullable<FilNet.Region> outNotEmptyRegion,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outNotEmptyRegionFilNet.INullable<FilNet.Region> This parameter cannot be null.
outIsNotEmptybool

See also