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