You are here: Start » FIL.NET » FIS.TestPointInRectangle Method
FIS.TestPointInRectangle Method
Tests whether a point lies in a rectangle.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void TestPointInRectangle ( FilNet.Point2D inPoint, FilNet.Rectangle2D inRectangle, out bool outIsContained )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint | FilNet.Point2D | |||
![]() | inRectangle | FilNet.Rectangle2D | |||
![]() | outIsContained | bool |


