ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / ComStreamProxy Class / Read Method

In This Topic
    Read Method (ComStreamProxy)
    In This Topic
    Reads a specified number of bytes from the stream object into memory starting at the current seek pointer.
    Syntax
    'Declaration
     
    Public Function Read( _
       ByVal buffer As System.IntPtr, _
       ByVal numberOfBytesToRead As System.Integer _
    ) As System.Integer
    public System.int Read( 
       System.IntPtr buffer,
       System.int numberOfBytesToRead
    )

    Parameters

    buffer
    numberOfBytesToRead
    See Also