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