ISystemSpecifics.StreamToBitmap(Stream, Boolean) 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,
	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.

See Also