Bitmap::Save Method

 

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodSave(Stream^, ImageCodecInfo^, EncoderParameters^)

Saves this image to the specified stream, with the specified encoder and image encoder parameters.(Inherited from Image.)

System_CAPS_pubmethodSave(Stream^, ImageFormat^)

Saves this image to the specified stream in the specified format.(Inherited from Image.)

System_CAPS_pubmethodSave(String^)

Saves this Image to the specified file or stream.(Inherited from Image.)

System_CAPS_pubmethodSave(String^, ImageCodecInfo^, EncoderParameters^)

Saves this Image to the specified file, with the specified encoder and image-encoder parameters.(Inherited from Image.)

System_CAPS_pubmethodSave(String^, ImageFormat^)

Saves this Image to the specified file in the specified format.(Inherited from Image.)

Return to top
Show: