DesktopSystemSpecificsStreamToBitmap(Stream) 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
)
Public Function StreamToBitmap (
memstream As Stream
) As IBitmap
public:
virtual IBitmap^ StreamToBitmap(
Stream^ memstream
) sealed
abstract StreamToBitmap :
memstream : Stream -> IBitmap
override StreamToBitmap :
memstream : Stream -> IBitmap
- memstream Stream
- Stream to create a bitmap from.
IBitmapBitmap created from given stream.
ISystemSpecificsStreamToBitmap(Stream)