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 | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | outNotEmptyRegion | FilNet.INullable<FilNet.Region> | This parameter cannot be null. | ||
![]() | outIsNotEmpty | bool |