You are here: Start » AVL.NET » AVL.TestPointInImage Method
AVL.TestPointInImage Method
Tests whether a point is contained in the dimensions of an image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void TestPointInImage( AvlNet.Image inImage, AvlNet.Point2D inPoint, out bool outIsContained )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inPoint | AvlNet.Point2D | |||
![]() | outIsContained | bool |


