You are here: Start » AVL.NET » AVL.SkipEmptyRegion(AvlNet.Region, AvlNet.Region, bool)

AVL.SkipEmptyRegion(AvlNet.Region, AvlNet.Region, bool)

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

inRegion
Type: AvlNet.Region
Input region
outNotEmptyRegion
Type: AvlNet.Region
outIsNotEmpty
Type: System.Boolean

See also