You are here: Start » AVL.NET » AVS.TestRegionOnBorder Method

AVS.TestRegionOnBorder Method

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

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outIsOnBorderbool

See also