MeshGeometry.Vertices Property
Gets the collection of Point elements that represent the vertices of the MeshGeometry.
Syntax
public PointCollection Vertices { get; }
Property Value
Remarks
This property holds all the vertices of the mesh. Triangles are created by specifying three different indices into this array, see Triangles. It is up to the application to make sure that these indices are valid, otherwise the result is undefined.
Platforms
Windows, Linux, Android