PlatformImage.Save(Stream, ImageFormat, Single) 方法

定义

将此图像的内容保存到提供 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 当前未使用。

适用于