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