You are here: Start » AVL.NET » Function Reference » Image » Image Relations » AVL.TestBoxInImage

AVL.TestBoxInImage

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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

Description

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

Examples

TestBoxInImage Output Preview
True
False

See also