void xtd::drawing::image::save | ( | std::ostream & | stream, |
const xtd::drawing::imaging::image_format & | format | ||
) | const |
Saves this image to the specified stream in the specified format.
stream | The std::otream where the image will be saved. |
format | The xtd::drawing::imaging::image_format for this xtd::drawing::image. |