ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / ComStreamBase Class / Read Method

In This Topic
    Read Method (ComStreamBase)
    In This Topic
    HRESULT ISequentialStream::Read([Out, Buffer] void* pv,[In] unsigned int cb,[Out, Optional] unsigned int* pcbRead)
    Syntax
    'Declaration
     
    Public Function Read( _
       ByVal vRef As IntPtr, _
       ByVal cb As Integer _
    ) As Integer
    public int Read( 
       IntPtr vRef,
       int cb
    )

    Parameters

    vRef
    cb
    See Also