Image::SaveAdd Method (Image^, EncoderParameters^)
.NET Framework (current version)
Adds a frame to the file or stream specified in a previous call to the Save method.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- image
-
Type:
System.Drawing::Image^
An Image that contains the frame to add.
- encoderParams
-
Type:
System.Drawing.Imaging::EncoderParameters^
An EncoderParameters that holds parameters required by the image encoder that is used by the save-add operation.
| Exception | Condition |
|---|---|
| ArgumentNullException | image is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: