TestRectangleInImage


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

Syntax

C++
Python
 
def TestRectangleInImage(
	inImage: Image,
	inRectangle: Rectangle2D,
	/
)
-> outIsContained: bool

Parameters

Name Type Default Description
Input value inImage Image Input image
Input value inRectangle Rectangle2D
Output value outIsContained bool