You are here: Start » AVL.NET » Invoke.TestRegionEmpty

Invoke.TestRegionEmpty

Tests whether the size of a region equals zero.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TestRegionEmpty
(
	Avl.Region inRegion,
	out bool outIsEmpty
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outIsEmptybool

See also