Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I change the cursor so I can select an ROI?

Solved!
Go to solution

Hello,


I am working with VDM2009 in C#.  I have an image viewer and have programmatically added an ROI.  When I go to select the ROI to move it around, the cursor looks like a hand and can't select anything.  I tried setting imageViewer1.Cursor = Cursors.Default; but that had no effect.


How can I select/manipulate my programmatically-created ROI with the mouse?

Many thanks,
Neville 

0 Kudos
Message 1 of 3
(3,621 Views)
Solution
Accepted by topic author nb1forxp
Hi Neville, I believe the default is image Pan, which is the hand. I think you right-click on the image window you should be able to select another tool. Alternatively, you can programmatically the cursor to one of the values of the correct cursor types.
Jeff | LabVIEW Software Engineer
Message 2 of 3
(3,599 Views)

Hi Jeff,

 

Super!  Thanks so much!

Neville 

0 Kudos
Message 3 of 3
(3,582 Views)