You are here: Start » FIL.NET » Invoke.StretchPath
Invoke.StretchPath
Moves, rotates and scales the path so that its end-points end up at the given two points.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void StretchPath ( Fil.Path inPath, Fil.Point2D inNewEndpoint1, Fil.Point2D inNewEndpoint2, Fil.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path, must be open. | ||
![]() | inNewEndpoint1 | Fil.Point2D | New starting point of the path. | ||
![]() | inNewEndpoint2 | Fil.Point2D | New ending point of the path. | ||
![]() | outPath | Fil.Path | Output path. |