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

15
LINES

< > BotCompany Repo | #1006866 // shootScreenBufferedImage - synonym of shootScreen2

JavaX fragment (include)

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

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

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

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

Author comment

Began life as a copy of #1006581

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1006866
Snippet name: shootScreenBufferedImage - synonym of shootScreen2
Eternal ID of this version: #1006866/1
Text MD5: 0aaa7d59e39cde97d298c5468fdf8225
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-02-11 02:44:32
Source code size: 387 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 464 / 494
Referenced in: [show references]