You are here: Start » FIL.NET » Function Reference » Region » Region Basics » FIL.SkipEmptyRegion

FIL.SkipEmptyRegion

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

C++
C#
 
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