ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Integer, _
       ByVal instanceCount As System.Integer, _
       ByVal startVertexLocation As System.Integer, _
       ByVal startInstanceLocation As System.Integer _
    ) 
    public void DrawInstanced( 
       System.int vertexCountPerInstance,
       System.int instanceCount,
       System.int startVertexLocation,
       System.int startInstanceLocation
    )

    Parameters

    vertexCountPerInstance
    instanceCount
    startVertexLocation
    startInstanceLocation
    See Also