Back to Aurora Vision Library website

You are here: Start » Function Reference » Image » Image Relations » TestRectangleInImage

TestRectangleInImage


Header: AVL.h
Namespace: avl
Module: FoundationLite

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

Syntax

C++
C#
 
void avl::TestRectangleInImage
(
	const avl::Image& inImage,
	const avl::Rectangle2D& inRectangle,
	bool& outIsContained
)

Parameters

Name Type Default Description
Input value inImage const Image& Input image
Input value inRectangle const Rectangle2D&
Output value outIsContained bool&