ComponentOne Bitmap for WPF
C1.WPF.DX.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 IntPtr, _
       ByVal numberOfBytesToRead As Integer _
    ) As Integer
    public int Read( 
       IntPtr buffer,
       int numberOfBytesToRead
    )

    Parameters

    buffer
    numberOfBytesToRead
    See Also