setting the background of GUI components to match an image
이전 댓글 표시
I'm developing a gui. I have used static text ,edit text, check boxes, panels and push buttons in my GUI. I have set an image as the background of my GUI.
I want to make the background of these components to blend with the image.I tried F = getframe(ax,[10 20 40 30]); set(pb,'cdata',F.cdata). But this is changing only for push button background. I want to blend all components background Anybody Please help me.
답변 (1개)
ES
2019년 2월 21일
0 개 추천
https://in.mathworks.com/matlabcentral/answers/21045-how-to-set-background-image-in-matlab-gui
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!