Back to FabImage Library Lite website

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

TestRectangleInImage


Header: FIL.h
Namespace: fil

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

Syntax

void fil::TestRectangleInImage
(
	const fil::Image& inImage,
	const fil::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&