You are here: Start » AVL.NET » AVL.TestBoxInImage
Tests whether a box is contained in the dimensions of an image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void TestBoxInImage ( AvlNet.Image inImage, AvlNet.Box inBox, out bool outIsContained )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inBox | AvlNet.Box | |||
![]() | outIsContained | bool |
Description
Tests whether a box is contained in the dimensions of an image.
Examples
| TestBoxInImage Output | Preview |
|---|---|
| True | ![]() |
| False | ![]() |




