You are here: Start » FIL.NET » Invoke.PathToPoint2DArray

Invoke.PathToPoint2DArray

Converts a path to an array of points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PathToPoint2DArray
(
	Fil.Path inPath,
	List<Fil.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
outPointsSystem.Collections.Generic.List<Fil.Point2D>

See also