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