static BWImage bwClip(BWImage img, int x1, int y1, int w, int h) { ret clipBWImage(img, x1, y1, w, h); } static BWImage bwClip(BWImage img, Rect r) { ret clipBWImage(img, r); }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1029768 |
Snippet name: | bwClip - synonym of clipBWImage |
Eternal ID of this version: | #1029768/1 |
Text MD5: | e5c555953ff4ab143af7d590a3901ea8 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-09-12 02:49:32 |
Source code size: | 185 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 237 / 275 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |