You are here: Start » Path Constructor

Path Constructor

Namespace:FilNet
Assembly:Fil.Net.TS.dll

Syntax

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

Parameters

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

See also