<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.1.25080.3" />

ISequentialStream

public static void PopulateVTable(Vtbl* vtable)

public uint AddRef()

public HRESULT QueryInterface(Guid* riid, Void** ppvObject)

public HRESULT Read(Void* pv, uint cb, UInt32* pcbRead)

Reads a specified number of bytes from the stream object into memory, starting at the current seek pointer.

public uint Release()

public HRESULT Write(Void* pv, uint cb, UInt32* pcbWritten)

Writes a specified number of bytes into the stream object starting at the current seek pointer.