You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.TrimPathArrayToRectangle

FIL.TrimPathArrayToRectangle

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TrimPathArrayToRectangle
(
	IList<FilNet.Path> inPaths,
	FilNet.Rectangle2D inRectangle,
	FilNet.TrimPathMethod inTrimPathMethod,
	IList<FilNet.Path> outPaths
)

Parameters

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

See also