Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Relations » TestPointInImage
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationLite |
Tests whether a point is contained in the dimensions of an image.
Syntax
C++
C#
void fil::TestPointInImage ( const fil::Image& inImage, const fil::Point2D& inPoint, bool& outIsContained )


