Tests whether a box is contained in the dimensions of an image.
Syntax
C++
C#
Python
def TestBoxInImage(
inImage: Image,
inBox: Box,
/
)
-> outIsContained: bool
Parameters
|
Name |
Type |
Default |
Description |
 |
inImage |
Image |
|
Input image |
 |
inBox |
Box |
|
|
 |
outIsContained |
bool |
|
|