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
inPathFil.PathInput path, must be open.
inNewEndpoint1Fil.Point2DNew starting point of the path.
inNewEndpoint2Fil.Point2DNew ending point of the path.
outPathFil.PathOutput path.

See also