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

FIS.PathBoundingParallelogram Method

Computes the smallest parallelogram containing a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PathBoundingParallelogram
(
	FilNet.Path inPath,
	FilNet.BoundingRectangleFeature inBoundingParallelogramFeature,
	FilNet.Path outBoundingParallelogram
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inBoundingParallelogramFeatureFilNet.BoundingRectangleFeatureMinimalAreaDetermines what kind of bounding parallelogram will be computed. Default value: MinimalArea.
outBoundingParallelogramFilNet.PathSmallest bounding parallelogram of the input points.

Function Overrides

See also