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