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

FIL.TestLocationInBox

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inLocationFilNet.Location
inBoxFilNet.Box
outIsContainedbool

See also