You are here: Start » AVL.NET » Path Constructor

Path Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public Path
(
	IList<AvlNet.Point2D> points,
	bool closed
)

Parameters

Name Type Range Default Description
pointsSystem.Collections.Generic.IList<AvlNet.Point2D>
closedbool

See also