You are here: Start » AVL.NET » AVS.TestBoxInImage Method

AVS.TestBoxInImage Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestBoxInImage
(
	AvlNet.Image inImage,
	AvlNet.Box inBox,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inBoxAvlNet.Box
outIsContainedbool

See also