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