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

FIS.TrimPathToRectangle Method

Creates a path contained in a rectangle from another path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TrimPathToRectangle
(
	FilNet.Path inPath,
	FilNet.Rectangle2D inRectangle,
	FilNet.TrimPathMethod inTrimPathMethod,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inRectangleFilNet.Rectangle2D
inTrimPathMethodFilNet.TrimPathMethodPointToPointDefault value: PointToPoint.
outPathFilNet.PathOutput path.

See also