static BufferedImage shootScreenAsBufferedImage() { ret shootScreen2(); } static BufferedImage shootScreenAsBufferedImage(Rectangle area) ctex { return shootScreen2(area); } static BufferedImage shootScreenAsBufferedImage(Rect area) { ret shootScreen2(area); } static BufferedImage shootScreenAsBufferedImage(int x, int y, int w, int h) { ret shootScreen2(x, y, w, h); }
Began life as a copy of #1003731
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: | #1006581 |
Snippet name: | shootScreenAsBufferedImage - shoot as BufferedImage, synonym of shootScreen2 |
Eternal ID of this version: | #1006581/1 |
Text MD5: | 7eddcfd8c00c1f6aa077d4b8c7bcee94 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-01-18 20:37:35 |
Source code size: | 395 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 496 / 507 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1006866 - shootScreenBufferedImage - synonym of shootScreen2 |