Freigeben über


IScreenshotResult.CopyToAsync(Stream, ScreenshotFormat, Int32) Methode

Definition

public System.Threading.Tasks.Task CopyToAsync (System.IO.Stream destination, Microsoft.Maui.Media.ScreenshotFormat format = Microsoft.Maui.Media.ScreenshotFormat.Png, int quality = 100);
abstract member CopyToAsync : System.IO.Stream * Microsoft.Maui.Media.ScreenshotFormat * int -> System.Threading.Tasks.Task
Public Function CopyToAsync (destination As Stream, Optional format As ScreenshotFormat = Microsoft.Maui.Media.ScreenshotFormat.Png, Optional quality As Integer = 100) As Task

Parameter

destination
Stream

Das Ziel Stream zum Kopieren der Screenshotdateidaten in.

format
ScreenshotFormat

Das Zum Kopieren dieses Screenshots verwendete Bildformat.

quality
Int32

Die Qualität, die zum Kopieren dieses Screenshots verwendet wird. Qualität gilt nur, wenn Jpeg sie verwendet wird.

Gibt zurück

Ein Task Objekt mit dem aktuellen Status des asynchronen Vorgangs.

Gilt für: