共用方式為


IScreenshotResult.OpenReadAsync(ScreenshotFormat, Int32) 方法

定義

Stream開啟檔案系統上對應螢幕快照檔的 。

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)

參數

format
ScreenshotFormat

用來讀取此螢幕快照的影像格式。

quality
Int32

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

傳回

Stream,包含螢幕快照檔案數據。

適用於