DesktopSystemSpecificsBitmapToStream Method
Save a given bitmap to stream.
Namespace: SMath.EnvironmentAssembly: SMath.Environment (in SMath.Environment.dll) Version: 1.2.9018.0
public void BitmapToStream(
IBitmap bmp,
Stream ms,
BitmapFormat format
)
Public Sub BitmapToStream (
bmp As IBitmap,
ms As Stream,
format As BitmapFormat
)
public:
virtual void BitmapToStream(
IBitmap^ bmp,
Stream^ ms,
BitmapFormat format
) sealed
abstract BitmapToStream :
bmp : IBitmap *
ms : Stream *
format : BitmapFormat -> unit
override BitmapToStream :
bmp : IBitmap *
ms : Stream *
format : BitmapFormat -> unit
- bmp IBitmap
- A bitmap to save to the stream.
- ms Stream
- Stream to save bitmap to.
- format BitmapFormat
- Format of the result image.
ISystemSpecificsBitmapToStream(IBitmap, Stream, BitmapFormat)