ImageProxyFromStream Method |
Creates an image proxy from the content of a stream.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static ImageProxy FromStream(
Stream istr,
string name
)
Parameters
- istr Stream
- The stream. The stream is only used in creation, because a copy of the content of the stream is made.
- name String
- A descriptive name for the stream.
Return Value
ImageProxyAn image proxy representing the content of the stream.
See Also