ISystemSpecifics.BitmapToStream Method
Save a given bitmap to stream.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
void BitmapToStream(
IBitmap bmp,
Stream ms,
BitmapFormat format
)
Sub BitmapToStream (
bmp As IBitmap,
ms As Stream,
format As BitmapFormat
)
void BitmapToStream(
IBitmap^ bmp,
Stream^ ms,
BitmapFormat format
)
abstract BitmapToStream :
bmp : IBitmap *
ms : Stream *
format : BitmapFormat -> unit
Parameters
- bmp IBitmap
- A bitmap to save to the stream.
- ms Stream
- Stream to save bitmap to.
- format BitmapFormat
- Format of the result image.