You are here: Start » AVL.NET » Function Reference » Region » Region Basics » AVL.TestRegionOnBorder

AVL.TestRegionOnBorder

Tests whether a region is adjacent to its border.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outIsOnBorderbool

Description

Tests whether a region is adjacent to its border.

Examples

Filter output Region preview image
False
True

See also