Back to Aurora Vision Library website
You are here: Start » Function Reference » Image » Image Relations » TestLocationInImage
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Tests whether a location is contained in the dimensions of an image.
Syntax
C++
C#
void avl::TestLocationInImage ( const avl::Image& inImage, const avl::Location& inLocation, bool& outIsContained )


