Login  Register

Re: how to write inside an image

Posted by Antoinette on Feb 17, 2014; 4:14am
URL: http://imagej.273.s1.nabble.com/how-to-copy-ROI-to-new-image-tp3705016p5006543.html

Crop image with following method prorgammed within visual basic.net project. I am a vb.net developer, if you program using c sharp, you can simply convert this api using a c sharp code conversion tool.

Public Shared Function ApplyCrop(img As REImage, x As Integer, y As Integer, width As Integer, height As Integer) As Integer