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

AVL.SkipEmptyRegion

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outNotEmptyRegionAvlNet.INullable<AvlNet.Region> This parameter cannot be null.
outIsNotEmptybool

See also