Back to FabImage Library Lite website

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

TestPointInImage


Header: FIL.h
Namespace: fil

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

Syntax

void fil::TestPointInImage
(
	const fil::Image& inImage,
	const fil::Point2D& inPoint,
	bool& outIsContained
)

Parameters

Name Type Default Description
inImage const Image& Input image
inPoint const Point2D&
outIsContained bool&