You are here: Start » FIL.NET » Function Reference » Region » Region Basics » 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 | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | outNotEmptyRegion | FilNet.INullable<FilNet.Region> | This parameter cannot be null. | ||
![]() | outIsNotEmpty | bool |