Re: Control of paste function
Posted by
AJBell on
Apr 18, 2011; 8:58pm
URL: http://imagej.273.s1.nabble.com/Control-of-paste-function-tp3684947p3684951.html
Ah, simple!
Many thanks.
Gabriel Landini wrote
On Monday 18 Apr 2011, AJBell wrote:
> Thank you for the reply, but I should have been clearer; I know I can drag
> it around, but I would like to put it into a macro - i am trying to create
> a gallery of ROI.
run("Boats (356K)");
makeRectangle(507, 219, 151, 127);
run("Copy");
makeRectangle(0, 0, 151, 127);
run("Paste");