02-15-2011 03:12 AM
How can I programmatically modify/delete ROI of an ImageViewer in .NET by name instead by index ?
Now i modify a ROI by using:
AxCWIMAQViewer_estrusione.Regions.Item(1).Move
02-16-2011 10:12 AM
Hi Marcello,
I had a look in the Component Works manual but it seems that the only way you can point to the ROI is using the index. Have a look at page 6-4 for example.
Serena