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

AVS.TestRectangleInImage Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestRectangleInImage
(
	AvlNet.Image inImage,
	AvlNet.Rectangle2D inRectangle,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRectangleAvlNet.Rectangle2D
outIsContainedbool

See also