You are here: Start » AVL.NET » Invoke.TestPointArrayInRegion
Tests which points lie inside a region.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void TestPointArrayInRegion ( List<Avl.Point2D> inPoints, Avl.Region inRegion, List<bool> outIsContainedArray, Optional<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. | ||
![]()  | inRegion | Avl.Region | Input region. | ||
![]()  | outIsContainedArray | System.Collections.Generic.List<bool> | |||
![]()  | outPoints | Atl.Optional<System.Collections.Generic.List<Avl.Point2D>> | Points that are contained. | ||
![]()  | outAreAllContained | Atl.Optional<bool> | 


