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
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
inRegionFilNet.RegionInput region.
outPointsSystem.Collections.Generic.IList<FilNet.Point2D>

See also