Back to FabImage Library website

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

TestLocationInBox


Header: FIL.h
Namespace: fil
Module: FoundationLite

Tests whether a location is contained in the dimensions of a box.

Syntax

C++
C#
 
void fil::TestLocationInBox
(
	const fil::Location& inLocation,
	const fil::Box& inBox,
	bool& outIsContained
)

Parameters

Name Type Default Description
Input value
inLocation const Location&
Input value
inBox const Box&
Output value
outIsContained bool&