You are here: Start » FIL.NET » Invoke.TestBoxInImage

Invoke.TestBoxInImage

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inBoxFil.Box
outIsContainedbool

See also