'Declaration Public Function New( _ ByVal startVertex As System.Integer, _ ByVal vertexCount As System.Integer _ )
public VertexRange( System.int startVertex, System.int vertexCount )
Parameters
- startVertex
- The first vertex in the range to process.
- vertexCount
- The number of vertices in the count to use.