Saves this image as a Bmp to the specified stream.
Namespace: ImageSenseAssembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static void SaveBmp( this Image image, Stream stream ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Sub SaveBmp ( _ image As Image, _ stream As Stream _ ) |
Visual C++ |
---|
[ExtensionAttribute] public: static void SaveBmp( Image^ image, Stream^ stream ) |
Parameters
- image
- Type: System.Drawing..::..Image
The image to save.
- stream
- Type: System.IO..::..Stream
The stream where the image will be saved.