Compartilhar via


PlatformImage.SaveAsync(Stream, ImageFormat, Single) Método

Definição

Salva o conteúdo dessa imagem no objeto fornecido Stream .

public System.Threading.Tasks.Task SaveAsync (System.IO.Stream stream, Microsoft.Maui.Graphics.ImageFormat format = Microsoft.Maui.Graphics.ImageFormat.Png, float quality = 1);
abstract member SaveAsync : System.IO.Stream * Microsoft.Maui.Graphics.ImageFormat * single -> System.Threading.Tasks.Task
override this.SaveAsync : System.IO.Stream * Microsoft.Maui.Graphics.ImageFormat * single -> System.Threading.Tasks.Task
Public Function SaveAsync (stream As Stream, Optional format As ImageFormat = Microsoft.Maui.Graphics.ImageFormat.Png, Optional quality As Single = 1) As Task

Parâmetros

stream
Stream

O fluxo de destino no qual os bytes desta imagem serão salvos.

format
ImageFormat

O formato de destino da imagem.

quality
Single

A qualidade de destino da imagem.

Retornos

Implementações

Aplica-se a