08-30-2005 11:07 AM
08-30-2005 10:37 PM - edited 08-30-2005 10:37 PM
Nothing in this post, just a problem vi the message editor. AGAIN ! 😠
Message Edité par chilly charly le 08-31-2005 05:39 AM
08-30-2005 10:37 PM - edited 08-30-2005 10:37 PM
Sandor a écrit:
I would like to clear a line drawn using IMAQ Overlay Line without clearing all overlays (using IMAQ Clear Overlay). I tried using Overlay Line with the Transparent color (using the same line coordinates) and this did not work. Anyone have any suggestions?Thanks
A simple trick is to copy the overlay to another empty image, and to copy back this overlay to erase any posterior modification. The attached vi demonstrate this solution. An alternative would be to construct an array in witch all the additions to the overlay would be stored, and to redraw the overlay from scratch using this array.
Message Edité par chilly charly le 08-31-2005 05:38 AM
08-30-2005 10:39 PM

08-30-2005 10:40 PM
08-30-2005 11:09 PM
