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

Invoke.TestRectangleInImage

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TestRectangleInImage
(
	Fil.Image inImage,
	Fil.Rectangle2D inRectangle,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inRectangleFil.Rectangle2D
outIsContainedbool

See also