ComponentOne Bitmap for WPF
C1.WPF.DX.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 Integer, _
       ByVal startVertexLocation As Integer _
    ) 
    public void Draw( 
       int vertexCount,
       int startVertexLocation
    )

    Parameters

    vertexCount
    startVertexLocation
    See Also