Click or drag to resize

SimpleLoop2 Constructor

Initializes a new instance of the SimpleLoop2 class.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public SimpleLoop2(
	List<Point2> vertices
)

Parameters

vertices
Type: System.Collections.GenericListPoint2
Vertices which are part of th loop.
See Also