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