次の方法で共有


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スクリーンショット ファイル データを含む。

適用対象