public void WriteToStream(
Stream stream
)
Public Sub WriteToStream (
stream As Stream
)
public:
void WriteToStream(
Stream^ stream
)
member WriteToStream :
stream : Stream -> unit
ArgumentNullException | stream is null. |
ArgumentException | stream must support writing. |
HeifException | A LibHeif error occurred. |
IOException | An I/O error occurred. |
ObjectDisposedException | The object has been disposed. |