Multiple Monitors Screen Capture
バージョン 1.0.0.0 (1.42 KB) 作成者:
Rafael Oliveira
Captures the screen on every monitor you have.
This function captures a screenshot of every monitor available in the system, and returns them into a cell array.
Usage:
%return a cell array with one image for each monitor:
screens = captureScreen;
%Capture each monitor image and displays them:
screens = captureScreen(true);
引用
Rafael Oliveira (2026). Multiple Monitors Screen Capture (https://jp.mathworks.com/matlabcentral/fileexchange/34960-multiple-monitors-screen-capture), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R2011b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で Interactive Control and Callbacks についてさらに検索
タグ
謝辞
ヒントを得たファイル: screenShotRGB: Make a Screenshot using Robot Java Class
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
