IGlobalsScreenshot メソッド (Int32, Int32, Int32, Int32)

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

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
Bitmap Screenshot(
	int left,
	int top,
	int width,
	int height
)

パラメーター

left
型: SystemInt32
横の座標
top
型: SystemInt32
縦の座標
width
型: SystemInt32
横の範囲
height
型: SystemInt32
縦の範囲

戻り値

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