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

AVL.TestRegionEmpty(AvlNet.Region, bool)

Tests whether the size of a region equals zero.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void TestRegionEmpty(
	AvlNet.Region inRegion,
	out bool outIsEmpty
)

Parameters

inRegion
Type: AvlNet.Region
Input region
outIsEmpty
Type: System.Boolean

See also