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


