Drawing a circle on top of an ActiveX control
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (1)
Geoff Hayes
el 19 de Abr. de 2015
0 votos
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).
Categorías
Más información sobre ActiveX en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!