You are here: Start » AVL.NET » AVL.TestLocationInImage Method
AVL.TestLocationInImage Method
Tests whether a location is contained in the dimensions of an image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
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 |


