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

AVS.TestRegionInRegion Method

Tests whether a region is contained in another one.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestRegionInRegion
(
	AvlNet.Region inSubregion,
	AvlNet.Region inRegion,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inSubregionAvlNet.Region
inRegionAvlNet.RegionInput region.
outIsContainedbool

See also