IGlobalsScreenshotAsync メソッド

指定した位置と範囲のスクリーンショットをBitmapで取得します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
Task<Bitmap> ScreenshotAsync(
	Bounds bounds,
	PixelFormats pixelFormat = PixelFormats.Format32bppRgb
)

パラメーター

bounds
型: KeyToKey.PluginsBounds
位置と範囲
pixelFormat (Optional)
型: KeyToKey.EnumsPixelFormats
ピクセルの形式

戻り値

型: TaskBitmap
Bitmapのインスタンス
関連項目