You are here: Start » FIL.NET » Invoke.TrimPathArrayToRectangle

Invoke.TrimPathArrayToRectangle

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.List<Fil.Path>
inRectangleFil.Rectangle2D
inTrimPathMethodFil.TrimPathMethodPointToPointDefault value: PointToPoint.
outPathsSystem.Collections.Generic.List<Fil.Path>

See also