Freigeben über


IScreenshotResult.OpenReadAsync(ScreenshotFormat, Int32) Methode

Definition

Öffnet eine Stream der entsprechenden Screenshotdatei im Dateisystem.

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

Parameter

format
ScreenshotFormat

Das Zum Lesen dieses Screenshots verwendete Bildformat.

quality
Int32

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

Gibt zurück

A Stream containing the screenshot file data.

Gilt für: