DesktopSystemSpecificsStreamToBitmap(Stream, Boolean) Method
Creates a bitmap from given stream.
Namespace: SMath.EnvironmentAssembly: SMath.Environment (in SMath.Environment.dll) Version: 1.2.9018.0
public IBitmap StreamToBitmap(
Stream memstream,
bool arg
)
Public Function StreamToBitmap (
memstream As Stream,
arg As Boolean
) As IBitmap
public:
virtual IBitmap^ StreamToBitmap(
Stream^ memstream,
bool arg
) sealed
abstract StreamToBitmap :
memstream : Stream *
arg : bool -> IBitmap
override StreamToBitmap :
memstream : Stream *
arg : bool -> IBitmap
- memstream Stream
- Stream to create a bitmap from.
- arg Boolean
- Whether to use embedded color management or not (for Mono only).
IBitmapBitmap created from given stream.
ISystemSpecificsStreamToBitmap(Stream, Boolean)