ISystemSpecifics.StreamToBitmap(Stream) Method

Creates a bitmap from given stream.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
IBitmap StreamToBitmap(
	Stream memstream
)

Parameters

memstream  Stream
Stream to create a bitmap from.

Return Value

IBitmap
Bitmap created from given stream.

See Also