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

See also