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

In This Topic
    DrawIndexedInstanced Method
    In This Topic
    void ID3D11DeviceContext::DrawIndexedInstanced([In] unsigned int IndexCountPerInstance,[In] unsigned int InstanceCount,[In] unsigned int StartIndexLocation,[In] int BaseVertexLocation,[In] unsigned int StartInstanceLocation)
    Syntax
    'Declaration
     
    Public Sub DrawIndexedInstanced( _
       ByVal indexCountPerInstance As System.Integer, _
       ByVal instanceCount As System.Integer, _
       ByVal startIndexLocation As System.Integer, _
       ByVal baseVertexLocation As System.Integer, _
       ByVal startInstanceLocation As System.Integer _
    ) 
    public void DrawIndexedInstanced( 
       System.int indexCountPerInstance,
       System.int instanceCount,
       System.int startIndexLocation,
       System.int baseVertexLocation,
       System.int startInstanceLocation
    )

    Parameters

    indexCountPerInstance
    instanceCount
    startIndexLocation
    baseVertexLocation
    startInstanceLocation
    See Also