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

Invoke.TrimPathToRectangle

Creates a path contained in a rectangle from another path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TrimPathToRectangle
(
	Fil.Path inPath,
	Fil.Rectangle2D inRectangle,
	Fil.TrimPathMethod inTrimPathMethod,
	Fil.Path outPath
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
inRectangleFil.Rectangle2D
inTrimPathMethodFil.TrimPathMethodPointToPointDefault value: PointToPoint.
outPathFil.PathOutput path.

See also