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

AVL.TestRectangleInImage

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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