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


