DesktopSystemSpecificsStreamToBitmap(Stream) Method

Creates a bitmap from given stream.

Definition

Namespace: SMath.Environment
Assembly: SMath.Environment (in SMath.Environment.dll) Version: 1.2.9018.0
C#
public IBitmap StreamToBitmap(
	Stream memstream
)

Parameters

memstream  Stream
Stream to create a bitmap from.

Return Value

IBitmap
Bitmap created from given stream.

Implements

ISystemSpecificsStreamToBitmap(Stream)

See Also