ComponentOne Bitmap for UWP
DrawIndexed Method

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

Reference

DeviceContext Class
DeviceContext Members