ISystemSpecifics.StreamToBitmap(Stream) 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
)
Function StreamToBitmap (
memstream As Stream
) As IBitmap
IBitmap^ StreamToBitmap(
Stream^ memstream
)
abstract StreamToBitmap :
memstream : Stream -> IBitmap
- memstream Stream
- Stream to create a bitmap from.
IBitmapBitmap created from given stream.