ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext Class / Draw Method

In This Topic
    Draw Method (DeviceContext)
    In This Topic
    void ID3D11DeviceContext::Draw([In] unsigned int VertexCount,[In] unsigned int StartVertexLocation)
    Syntax
    'Declaration
     
    Public Sub Draw( _
       ByVal vertexCount As System.Integer, _
       ByVal startVertexLocation As System.Integer _
    ) 
    public void Draw( 
       System.int vertexCount,
       System.int startVertexLocation
    )

    Parameters

    vertexCount
    startVertexLocation
    See Also