I'm using Measurement Studio for Visual C++.
I draw a line (with CWIMAQLine and CWIMAQViewer.GetRegions().AddLine(myLine)). Then, I move the line and I want to get the new end and start points of the line.
How can I do that?
I try to get my line with CWIMAQViewer.GetRegions().Item(indexofmyline), but it returns a region and not a line.
The main difficulty comes from the line can be drawn in all directions (horizontally, vertically or with an angle).
(I'm french, so sorry if my english is not very understable)
Thanks a lot for your help.