ComponentOne Bitmap for WPF
C1.WPF.DX.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 Integer, _
       ByVal startIndexLocation As Integer, _
       ByVal baseVertexLocation As Integer _
    ) 
    public void DrawIndexed( 
       int indexCount,
       int startIndexLocation,
       int baseVertexLocation
    )

    Parameters

    indexCount
    startIndexLocation
    baseVertexLocation
    See Also