You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | inRectangle | Fil.Rectangle2D | |||
![]() | inTrimPathMethod | Fil.TrimPathMethod | PointToPoint | Default value: PointToPoint. | |
![]() | outPath | Fil.Path | Output path. |