Click or drag to resize

ImageProxyFromStream Method

Creates an image proxy from the content of a stream.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

ImageProxy
An image proxy representing the content of the stream.
See Also