ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext Class / DrawInstanced Method

In This Topic
    DrawInstanced Method
    In This Topic
    void ID3D11DeviceContext::DrawInstanced([In] unsigned int VertexCountPerInstance,[In] unsigned int InstanceCount,[In] unsigned int StartVertexLocation,[In] unsigned int StartInstanceLocation)
    Syntax
    'Declaration
     
    Public Sub DrawInstanced( _
       ByVal vertexCountPerInstance As Integer, _
       ByVal instanceCount As Integer, _
       ByVal startVertexLocation As Integer, _
       ByVal startInstanceLocation As Integer _
    ) 
    public void DrawInstanced( 
       int vertexCountPerInstance,
       int instanceCount,
       int startVertexLocation,
       int startInstanceLocation
    )

    Parameters

    vertexCountPerInstance
    instanceCount
    startVertexLocation
    startInstanceLocation
    See Also