ImageProxyGetContentStream Method |
Gets the content of the image proxy as a (library independent) stream. Any library that can read image streams can be used to convert the stream in the corresponding image.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract Stream GetContentStream()
Return Value
StreamContent of the image proxy as a (library independent) stream
See Also