You are here: Start » 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