You are here: Start » AVL.NET » AVL.TestBoxInImage(AvlNet.Image, AvlNet.Box, bool)

AVL.TestBoxInImage(AvlNet.Image, AvlNet.Box, bool)

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

inImage
Type: AvlNet.Image
Input image
inBox
Type: AvlNet.Box
outIsContained
Type: System.Boolean

See also