共用方式為


IScreenshotResult.CopyToAsync(Stream, ScreenshotFormat, Int32) 方法

定義

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

參數

destination
Stream

要複製螢幕快照檔案數據的目的地 Stream

format
ScreenshotFormat

用來複製此螢幕快照的影像格式。

quality
Int32

用來複製此螢幕快照的品質。 品質僅適用於使用時 Jpeg

傳回

Task具有異步操作目前狀態的物件。

適用於