You are here: Start » AVL.NET » Invoke.TestRectangleInImage
Tests whether a rectangle is contained in the dimensions of an image.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void TestRectangleInImage ( Avl.Image inImage, Avl.Rectangle2D inRectangle, out bool outIsContained )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | Input image. | ||
![]()  | inRectangle | Avl.Rectangle2D | |||
![]()  | outIsContained | bool | 


