Partager via


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

Définition

Enregistre le contenu de cette image dans l’objet fourni 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

Paramètres

stream
Stream

Le flux de destination vers lequel les octets de cette image seront enregistrés.

format
ImageFormat

Format de destination de l’image.

quality
Single

Qualité de destination de l’image.

Retours

Implémente

S’applique à