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

Invoke.TestRegionOnBorder

Tests whether a region is adjacent to its border.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TestRegionOnBorder
(
	Avl.Region inRegion,
	out bool outIsOnBorder
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outIsOnBorderbool

See also