ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext Class / DrawIndexed Method

In This Topic
    DrawIndexed Method
    In This Topic
    void ID3D11DeviceContext::DrawIndexed([In] unsigned int IndexCount,[In] unsigned int StartIndexLocation,[In] int BaseVertexLocation)
    Syntax
    'Declaration
     
    Public Sub DrawIndexed( _
       ByVal indexCount As System.Integer, _
       ByVal startIndexLocation As System.Integer, _
       ByVal baseVertexLocation As System.Integer _
    ) 
    public void DrawIndexed( 
       System.int indexCount,
       System.int startIndexLocation,
       System.int baseVertexLocation
    )

    Parameters

    indexCount
    startIndexLocation
    baseVertexLocation
    See Also