1 | static BufferedImage bufferedImageClip(BufferedImage src, Rectangle clip) { |
2 | ret clipBufferedImage(src, clip); |
3 | } |
4 | |
5 | |
6 | |
7 | static BufferedImage bufferedImageClip(BufferedImage src, Rect r) { |
8 | ret clipBufferedImage(src, r); |
9 | } |
10 | |
11 | |
12 | |
13 | static BufferedImage bufferedImageClip(BufferedImage src, int x, int y, int w, int h) { |
14 | ret clipBufferedImage(src, x, y, w, h); |
15 | } |
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: | 283 / 313 |
Referenced in: | [show references] |