Re: Cancel draw object
Posted by cespik on Dec 18, 2015; 4:44pm
URL: http://imagej.273.s1.nabble.com/Cancel-draw-object-tp5015249p5015257.html
Hi Brandon,
thanks for your reply.
Actually I am writing a Macros where inside a loop I would like to draw a rectangle (drawRect(x, y, width, height) around a particle and then in the next cycle I would like to cancel the same rectangle and draw another rectangle at another position.
I think What you are suggesting will work if I would use the rectangle as a selection but this is not my case.
Thanks once again,
Luca