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

Path Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public Path
(
	List<Avl.Point2D> points,
	bool closed
)

Parameters

Name Type Range Default Description
pointsSystem.Collections.Generic.List<Avl.Point2D>
closedbool

See also