You are here: Start » AVL.NET » Invoke.TestRectangleInImage

Invoke.TestRectangleInImage

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TestRectangleInImage
(
	Avl.Image inImage,
	Avl.Rectangle2D inRectangle,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inRectangleAvl.Rectangle2D
outIsContainedbool

See also