I'd like to select a created DrawingObject to highlight it and show the handles without the user needing to click it. I am using Halcon 13 and tried using SendMouseDoubleClickEvent()
(Docu) but this only seems to be available for the new Halcon Smart Window, which is currently not an option for me as it interacts differently with the Halcon-Procedures. I also tried to use SelectObj()
(Docu) but this seems to do something entirely different.
I have:
- a reference to the HWindowControlWPF
- the ID of the HWindowControlWPF
- the ID of the DrawingObject
Any help or hint is appreciated!