1 | static RGBImage rgbShootScreen() ctex {
|
2 | ret shootScreen(); |
3 | } |
4 | |
5 | static RGBImage rgbShootScreen(Rectangle area) ctex {
|
6 | return shootScreen(area); |
7 | } |
8 | |
9 | static RGBImage rgbShootScreen(Rect area) {
|
10 | return shootScreen(area); |
11 | } |
12 | |
13 | static RGBImage rgbShootScreen(int x, int y, int w, int h) {
|
14 | ret rgbShootScreen(new Rect(x, y, w, h)); |
15 | } |
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: | 698 / 754 |
| Referenced in: | [show references] |