You are here: Start » AVL.NET » AVL.SkipEmptyRegion Method

AVL.SkipEmptyRegion Method

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

public static void SkipEmptyRegion(
	AvlNet.Region inRegion,
	out AvlNet.Region outNotEmptyRegion,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outNotEmptyRegionAvlNet.Region
outIsNotEmptybool

See also