Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当单击显示大尺寸图像的页面时,在页面中存在小图像图标。然后我需要模糊屏幕的背景,直到他单击十字图标。我将背景控件放在网格中。请告诉我...
如果我理解你,我不确定,但我猜你想创建一个灯箱之类的东西。我猜 XNA 中没有内置功能可以模糊某些东西(比如整个屏幕),但是您可以尝试在整个屏幕上放置一个半透明图像(例如,不透明度为 50% 的全黑 .png 图像)并放置您想要的内容在此之上。