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

AVL.TestRegionOnBorder(AvlNet.Region, bool)

Tests whether a region is adjacent to its border.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void TestRegionOnBorder(
	AvlNet.Region inRegion,
	out bool outIsOnBorder
)

Parameters

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

See also