You are here: Start » FIL.NET » Invoke.SkipEmptyRegion

Invoke.SkipEmptyRegion

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SkipEmptyRegion
(
	Fil.Region inRegion,
	Conditional<Fil.Region> outNotEmptyRegion,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
outNotEmptyRegionFtl.Conditional<Fil.Region>
outIsNotEmptybool

See also