次の方法で共有


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非同期操作の現在の状態を持つオブジェクト。

適用対象