You are here: Start » FIL.NET » FIS.TrimPointArrayToRegion Method
FIS.TrimPointArrayToRegion Method
Trims an array of points to a region.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void TrimPointArrayToRegion ( IList<FilNet.Point2D> inPoints, FilNet.Region inRegion, IList<FilNet.Point2D> outPoints )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | outPoints | System.Collections.Generic.IList<FilNet.Point2D> |


