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


