Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

15
LINES

< > BotCompany Repo | #1030534 // virtualClipBufferedImage - synonym of clipBufferedImage

JavaX fragment (include)

static BufferedImage virtualClipBufferedImage(BufferedImage src, Rectangle clip) {
  ret clipBufferedImage(src, clip);
}



static BufferedImage virtualClipBufferedImage(BufferedImage src, Rect r) {
  ret clipBufferedImage(src, r);
}



static BufferedImage virtualClipBufferedImage(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 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030534
Snippet name: virtualClipBufferedImage - synonym of clipBufferedImage
Eternal ID of this version: #1030534/1
Text MD5: d2c7f327ab23e4b026f3c886d6c4f795
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-01-06 18:16:10
Source code size: 379 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 109 / 138
Referenced in: [show references]