|
Mesh2Vertices Property
|
Gets the vertices.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IReadOnlyList<Point2> Vertices { get; }
Public ReadOnly Property Vertices As IReadOnlyList(Of Point2)
Get
public:
virtual property IReadOnlyList<Point2>^ Vertices {
IReadOnlyList<Point2>^ get () sealed;
}
abstract Vertices : IReadOnlyList<Point2> with get
override Vertices : IReadOnlyList<Point2> with get
Property Value
Type:
IReadOnlyListPoint2Implements
IMesh2Vertices
See Also