static BufferedImage bufferedImageClip(BufferedImage src, Rectangle clip) { ret clipBufferedImage(src, clip); } static BufferedImage bufferedImageClip(BufferedImage src, Rect r) { ret clipBufferedImage(src, r); } static BufferedImage bufferedImageClip(BufferedImage src, int x, int y, int w, int h) { ret clipBufferedImage(src, x, y, w, h); }
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: | #1025002 |
Snippet name: | bufferedImageClip - synonym of clipBufferedImage |
Eternal ID of this version: | #1025002/1 |
Text MD5: | 187aef78e0c5613884b685f46e0cab60 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-09-01 00:20:56 |
Source code size: | 358 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 284 / 313 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |