You are here: Start » FIL.NET » FIS.TestPointInRegion Method
FIS.TestPointInRegion Method
Tests whether a point lies inside a region.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void TestPointInRegion ( FilNet.Point2D inPoint, FilNet.Region inRegion, out bool outIsContained )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint | FilNet.Point2D | |||
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | outIsContained | bool |


