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
Input value inImage Image Input image
Input value inPoint Point2D
Output value outIsContained bool