ISystemSpecifics.StreamToBitmap(Stream, Boolean) Method
Creates a bitmap from given stream.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
IBitmap StreamToBitmap(
Stream memstream,
bool arg
)
Function StreamToBitmap (
memstream As Stream,
arg As Boolean
) As IBitmap
IBitmap^ StreamToBitmap(
Stream^ memstream,
bool arg
)
abstract 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.