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

Invoke.TestRegionInRegion

Tests whether a region is contained in another one.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TestRegionInRegion
(
	Avl.Region inSubregion,
	Avl.Region inRegion,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inSubregionAvl.Region
inRegionAvl.RegionInput region.
outIsContainedbool

See also