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

    Parameters

    indexCountPerInstance
    instanceCount
    startIndexLocation
    baseVertexLocation
    startInstanceLocation
    See Also