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