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