PlatformImage.Save(Stream, ImageFormat, Single) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將此影像的內容儲存至提供的 Stream 物件。
public void Save (System.IO.Stream stream, Microsoft.Maui.Graphics.ImageFormat format = Microsoft.Maui.Graphics.ImageFormat.Png, float quality = 1);
abstract member Save : System.IO.Stream * Microsoft.Maui.Graphics.ImageFormat * single -> unit
override this.Save : System.IO.Stream * Microsoft.Maui.Graphics.ImageFormat * single -> unit
Public Sub Save (stream As Stream, Optional format As ImageFormat = Microsoft.Maui.Graphics.ImageFormat.Png, Optional quality As Single = 1)
參數
- stream
- Stream
此映像的位元組會儲存到的目的地數據流。
- format
- ImageFormat
影像的目的地格式。
- quality
- Single
影像的目的地品質。
實作
例外狀況
當小於 0 或大於 1 時 quality
擲回。
當中提供的值 format
與這個影像的原始格式不符時擲回。
備註
值 quality
目前未使用。