static RGBImage rgbShootScreen() ctex { ret shootScreen(); } static RGBImage rgbShootScreen(Rectangle area) ctex { return shootScreen(area); } static RGBImage rgbShootScreen(Rect area) { return shootScreen(area); } static RGBImage rgbShootScreen(int x, int y, int w, int h) { ret rgbShootScreen(new Rect(x, y, w, h)); }
Began life as a copy of #1001347
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: | #1006497 |
| Snippet name: | rgbShootScreen - synonym of shootScreen |
| Eternal ID of this version: | #1006497/1 |
| Text MD5: | 085196e1ceb5d5d26b3be62d0d039a7e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-01-25 05:48:57 |
| Source code size: | 344 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 699 / 754 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |