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