You are here: Start » AVL.NET » AVS.TestPolygonInPolygon Method
AVS.TestPolygonInPolygon Method
Tests whether a polygon lies inside another one.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void TestPolygonInPolygon ( AvlNet.Path inSubPolygon, AvlNet.Path inPolygon, out bool outIsContained )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSubPolygon | AvlNet.Path | Polygon the position of which will be tested. | ||
![]() | inPolygon | AvlNet.Path | Polygon against which the position will be tested. | ||
![]() | outIsContained | bool | True if whole polygon lies inside the other one, false otherwise. |


