|
SimpleLoop2 Constructor
|
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic SimpleLoop2(
List<Point2> vertices
)
Public Sub New (
vertices As List(Of Point2)
)
public:
SimpleLoop2(
List<Point2>^ vertices
)
new :
vertices : List<Point2> -> SimpleLoop2
Parameters
- vertices
- Type: System.Collections.GenericListPoint2
Vertices which are part of th loop.
See Also