ComponentOne Bitmap for UWP
DrawIndexedInstanced Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > DeviceContext Class : DrawIndexedInstanced Method
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

Reference

DeviceContext Class
DeviceContext Members