Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Relations » TestRectangleInImage
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationLite |
Tests whether a rectangle is contained in the dimensions of an image.
Syntax
C++
C#
void fil::TestRectangleInImage ( const fil::Image& inImage, const fil::Rectangle2D& inRectangle, bool& outIsContained )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | const Image& | Input image | |
![]() |
inRectangle | const Rectangle2D& | ||
![]() |
outIsContained | bool& |


