Click or drag to resize

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.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract Stream GetContentStream()

Return Value

Stream
Content of the image proxy as a (library independent) stream
See Also