Back to FabImage Library Lite website

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

TestLocationInImage


Header: FIL.h
Namespace: fil

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

Syntax

void fil::TestLocationInImage
(
	const fil::Image& inImage,
	const fil::Location& inLocation,
	bool& outIsContained
)

Parameters

Name Type Default Description
Input value
inImage const Image& Input image
Input value
inLocation const Location&
Output value
outIsContained bool&