You are here: Start » FIL.NET » FIS.CropPointArray Method

FIS.CropPointArray Method

Removes points not contained in a box from an array.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CropPointArray
(
	IList<FilNet.Point2D> inPoints,
	FilNet.Box inBox,
	IList<FilNet.Point2D> outPoints
)

Parameters

See also