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

AVS.TestBoxInBox Method

Tests whether a box is contained in another one.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestBoxInBox
(
	AvlNet.Box inSubBox,
	AvlNet.Box inBox,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inSubBoxAvlNet.Box
inBoxAvlNet.Box
outIsContainedbool

See also