Loading [MathJax]/extensions/tex2jax.js

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

FIS.CropPathToRectangle Method

Creates a path contained in a rectangle from another path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CropPathToRectangle
(
	FilNet.Path inPath,
	FilNet.Rectangle2D inRectangle,
	FilNet.CropPathMethod inCropPathMethod,
	FilNet.Path outPath
)

Parameters

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

See also