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

FIS.CropPathArrayToRectangle Method

Creates an array of paths contained in a rectangle from another array of paths.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CropPathArrayToRectangle
(
	IList<FilNet.Path> inPaths,
	FilNet.Rectangle2D inRectangle,
	FilNet.CropPathMethod inCropPathMethod,
	IList<FilNet.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<FilNet.Path>
inRectangleFilNet.Rectangle2D
inCropPathMethodFilNet.CropPathMethodPointToPointDefault value: PointToPoint.
outPathsSystem.Collections.Generic.IList<FilNet.Path>

See also