You are here: Start » AVL.NET » Invoke.StretchPath

Invoke.StretchPath

Moves, rotates and scales the path so that its end-points end up at the given two points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void StretchPath
(
	Avl.Path inPath,
	Avl.Point2D inNewEndpoint1,
	Avl.Point2D inNewEndpoint2,
	Avl.Path outPath
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path, must be open.
inNewEndpoint1Avl.Point2DNew starting point of the path.
inNewEndpoint2Avl.Point2DNew ending point of the path.
outPathAvl.PathOutput path.

See also