You are here: Start » FIL.NET » FIS.TrimPointArray Method
FIS.TrimPointArray Method
Removes points not contained in a box from an array.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void TrimPointArray ( IList<FilNet.Point2D> inPoints, FilNet.Box inBox, IList<FilNet.Point2D> outPoints )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | inBox | FilNet.Box | |||
![]() | outPoints | System.Collections.Generic.IList<FilNet.Point2D> |


