Share via


IPictureWriter.Save(IPicture, Stream) Method

Definition

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.

Applies to