DesktopSystemSpecificsStreamToBitmap(Stream, Boolean) 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,
	bool arg
)

Parameters

memstream  Stream
Stream to create a bitmap from.
arg  Boolean
Whether to use embedded color management or not (for Mono only).

Return Value

IBitmap
Bitmap created from given stream.

Implements

ISystemSpecificsStreamToBitmap(Stream, Boolean)

See Also