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

FIL.TestBoxInImage

Tests whether a box is contained in the dimensions of an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TestBoxInImage
(
	FilNet.Image inImage,
	FilNet.Box inBox,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inBoxFilNet.Box
outIsContainedbool

Description

Tests whether a box is contained in the dimensions of an image.

Examples

TestBoxInImage Output Preview
True
False

See also