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

9
LINES

< > BotCompany Repo | #1029768 // bwClip - synonym of clipBWImage

JavaX fragment (include)

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: 123 / 160
Referenced in: [show references]