Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

15
LINES

< > BotCompany Repo | #1008797 // screenshot - synonym of shootScreen2

JavaX fragment (include)

static BufferedImage screenshot() {
  ret shootScreen2();
}

static BufferedImage screenshot(Rectangle area) ctex {
  return shootScreen2(area);
}

static BufferedImage screenshot(Rect area) {
  ret shootScreen2(area);
}

static BufferedImage screenshot(int x, int y, int w, int h) {
  ret shootScreen2(x, y, w, h);
}

Author comment

Began life as a copy of #1006866

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1008797
Snippet name: screenshot - synonym of shootScreen2
Eternal ID of this version: #1008797/1
Text MD5: 4a5dd39ed5257360fc4a3ab9b6d1eaa7
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-06-07 00:32:56
Source code size: 331 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 493 / 602
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)