ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / VertexBufferProperties Class / VertexBufferProperties Constructor / VertexBufferProperties Constructor(Int32,VertexUsage,DataStream)
The number of inputs to the vertex shader.
Indicates how frequently the vertex buffer is likely to be updated.
The initial contents of the vertex buffer

In This Topic
    VertexBufferProperties Constructor(Int32,VertexUsage,DataStream)
    In This Topic
    Initializes a new instance of VertexBufferProperties class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal inputCount As System.Integer, _
       ByVal usage As VertexUsage, _
       ByVal data As DataStream _
    )
    public VertexBufferProperties( 
       System.int inputCount,
       VertexUsage usage,
       DataStream data
    )

    Parameters

    inputCount
    The number of inputs to the vertex shader.
    usage
    Indicates how frequently the vertex buffer is likely to be updated.
    data
    The initial contents of the vertex buffer
    See Also