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

Invoke.TestBoxInImage

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inBoxAvl.Box
outIsContainedbool

See also