You are here: Start » AVL.NET » Function Reference » Image » Image Relations » AVL.TestLocationInImage
Tests whether a location is contained in the dimensions of an image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void TestLocationInImage ( AvlNet.Image inImage, AvlNet.Location inLocation, out bool outIsContained )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inLocation | AvlNet.Location | |||
![]() | outIsContained | bool |


