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

Invoke.PathEndpoints

Returns the two endpoints of a path.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PathEndpoints
(
	Avl.Path inPath,
	out Avl.Point2D outFirstPoint,
	out Avl.Point2D outLastPoint
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
outFirstPointAvl.Point2D
outLastPointAvl.Point2D

See also