IPictureWriter.Save(IPicture, Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves a picture to the specified stream.
public:
void Save(Microsoft::Maui::Graphics::IPicture ^ picture, System::IO::Stream ^ stream);
public void Save(Microsoft.Maui.Graphics.IPicture picture, System.IO.Stream stream);
abstract member Save : Microsoft.Maui.Graphics.IPicture * System.IO.Stream -> unit
Public Sub Save (picture As IPicture, stream As Stream)
Parameters
- picture
- IPicture
The picture to save.
- stream
- Stream
The stream to save the picture to.