Drawing a circle on top of an ActiveX control
Show older comments
Hi,
I am using an ActiveX control made by IDS to view the output of a microscope camera called the 'uEye'. This allows me to see the video stream from the microscope camera. I have made a GUI using GUIDE and everything is working okay.
As an additional feature, I would like to draw a circle on top of the ActiveX control so that I can keep track of where my laser is pointing in the microscope. I have tried using the 'annotation(ellipse)' function in Matlab, but it always draws the circle behind the ActiveX control.
Does anyone know a way to force the ActiveX control to be in the background, and the circle in the foreground?
Accepted Answer
More Answers (1)
Geoff Hayes
on 19 Apr 2015
0 votes
Kevin - try using uistack which may be able to use to push your ActiveX control to the bottom of the visual stacking order (or bring the circle to the top).
Categories
Find more on ActiveX in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!