IGlobalsScreenshot メソッド (Int32, Int32, Int32, Int32, PixelFormats) |
指定した位置と範囲のスクリーンショットをBitmapで取得します。
名前空間:
KeyToKey.Plugins
アセンブリ:
KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文Bitmap Screenshot(
int left,
int top,
int width,
int height,
PixelFormats pixelFormat = PixelFormats.Format32bppRgb
)
パラメーター
- left
- 型: SystemInt32
横の座標 - top
- 型: SystemInt32
縦の座標 - width
- 型: SystemInt32
横の範囲 - height
- 型: SystemInt32
縦の範囲 - pixelFormat (Optional)
- 型: KeyToKey.EnumsPixelFormats
ピクセルの形式
戻り値
型:
BitmapBitmapのインスタンス
関連項目