void WriteBinaryImage(
IBufferWriter<byte> writer
)Sub WriteBinaryImage (
writer As IBufferWriter(Of Byte)
)void WriteBinaryImage(
IBufferWriter<unsigned char>^ writer
)function WriteBinaryImage(writer);| ArgumentNullException | Thrown when writer is null. |
| InvalidOperationException | Thrown when the number of bytes written exceeds the available buffer space. |