ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / VertexRange Structure / VertexRange Constructor
The first vertex in the range to process.
The number of vertices in the count to use.

In This Topic
    VertexRange Constructor
    In This Topic
    Initializes an instance of VertexRange struct.
    Syntax
    '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.
    See Also