You are here: Start » FIL.NET » FIS.TestPointInPolygon Method
FIS.TestPointInPolygon Method
Tests whether a point lies inside a polygon.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void TestPointInPolygon ( FilNet.Point2D inPoint, FilNet.Path inPolygon, out bool outIsContained )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | FilNet.Point2D | Point the position of which will be tested. | ||
![]() | inPolygon | FilNet.Path | Polygon against which the position will be tested. | ||
![]() | outIsContained | bool | True if point lies inside the polygon, false otherwise. |