Image::SaveAdd Method
.NET Framework (current version)
Adds the information in the specified Image to this Image. The specified EncoderParameters determine how the new information is incorporated into the existing image.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | SaveAdd(EncoderParameters^) | Adds a frame to the file or stream specified in a previous call to the Save method. Use this method to save selected frames from a multiple-frame image to another multiple-frame image. |
![]() | SaveAdd(Image^, EncoderParameters^) | Adds a frame to the file or stream specified in a previous call to the Save method. |
Show:
