Image::Save Method
.NET Framework (current version)
Saves this image to the specified stream in the specified format.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | Save(Stream^, ImageCodecInfo^, EncoderParameters^) | Saves this image to the specified stream, with the specified encoder and image encoder parameters. |
![]() | Save(Stream^, ImageFormat^) | Saves this image to the specified stream in the specified format. |
![]() | Save(String^) | Saves this Image to the specified file or stream. |
![]() | Save(String^, ImageCodecInfo^, EncoderParameters^) | Saves this Image to the specified file, with the specified encoder and image-encoder parameters. |
![]() | Save(String^, ImageFormat^) | Saves this Image to the specified file in the specified format. |
Show:
