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


