You are here: Start » AVL.NET » Invoke.TrimPointArray
Removes points not contained in a box from an array.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TrimPointArray ( List<Avl.Point2D> inPoints, Avl.Box inBox, List<Avl.Point2D> outPoints )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Avl.Point2D> | |||
![]() | inBox | Avl.Box | |||
![]() | outPoints | System.Collections.Generic.List<Avl.Point2D> |


