You are here: Start » AVL.NET » Invoke.TrimPointArrayToRegion
Trims an array of points to a region.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TrimPointArrayToRegion ( List<Avl.Point2D> inPoints, Avl.Region inRegion, List<Avl.Point2D> outPoints )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Avl.Point2D> | |||
![]() | inRegion | Avl.Region | Input region. | ||
![]() | outPoints | System.Collections.Generic.List<Avl.Point2D> |


