[]
D2D1_VERTEX_RANGE
public struct VertexRange
Initializes an instance of VertexRange struct.
public VertexRange(int startVertex, int vertexCount)
startVertex
intThe first vertex in the range to process.
vertexCount
intThe number of vertices in the count to use.
unsigned int startVertex
public int StartVertex
unsigned int vertexCount
public int VertexCount