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


