TestLocationInImage


Tests whether a location is contained in the dimensions of an image.

Syntax

C++
Python
 
def TestLocationInImage(
	inImage: Image,
	inLocation: Location,
	/
)
-> outIsContained: bool

Parameters

Name Type Default Description
Input value inImage Image Input image
Input value inLocation Location
Output value outIsContained bool