You are here: Start » AVL.NET » Function Reference » Image » Image Relations » AVL.TestLocationInBox

AVL.TestLocationInBox

Tests whether a location is contained in the dimensions of a box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TestLocationInBox
(
	AvlNet.Location inLocation,
	AvlNet.Box inBox,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inLocationAvlNet.Location
inBoxAvlNet.Box
outIsContainedbool

See also