You are here: Start » AVL.NET » Invoke.TestPointArrayInPolygon
Tests which points lie inside a polygon.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void TestPointArrayInPolygon ( List<Avl.Point2D> inPoints, Avl.Path inPolygon, List<bool> outIsContainedArray, List<Avl.Point2D> outPoints, Optional<bool> outAreAllContained )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoints | System.Collections.Generic.List<Avl.Point2D> | Points which will be tested. | ||
![]()  | inPolygon | Avl.Path | Polygon against which the points will be tested. | ||
![]()  | outIsContainedArray | System.Collections.Generic.List<bool> | |||
![]()  | outPoints | System.Collections.Generic.List<Avl.Point2D> | Points that are contained. | ||
![]()  | outAreAllContained | Atl.Optional<bool> | 


