次の方法で共有


IScreenshotResult インターフェイス

定義

ユーザーによってキャプチャされたスクリーンショットの結果としてのスクリーンショットの表現。

public interface class IScreenshotResult
public interface IScreenshotResult
type IScreenshotResult = interface
Public Interface IScreenshotResult

プロパティ

Height

このスクリーンショットの高さ (ピクセル単位)。

Width

このスクリーンショットの幅 (ピクセル単位)。

メソッド

CopyToAsync(Stream, ScreenshotFormat, Int32)

ユーザーによってキャプチャされたスクリーンショットの結果としてのスクリーンショットの表現。

OpenReadAsync(ScreenshotFormat, Int32)

ファイルシステム上 Stream の対応するスクリーンショット ファイルへの を開きます。

適用対象