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

Invoke.TestBoxInBox

Tests whether a box is contained in another one.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TestBoxInBox
(
	Avl.Box inSubBox,
	Avl.Box inBox,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inSubBoxAvl.Box
inBoxAvl.Box
outIsContainedbool

See also