本文介绍了C#幻灯片的不透明度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何更改图片框的不透明度?



例如,像表单的不透明度但是在表单中?

我知道表格代码,t his.opacity = 67;



我想要这样的东西 picturebox1.opacity = 55;

How do I change the opacity of a picturebox?

Eg, like the opacity of a form but in the form?
I know the form code, this.opacity = 67;.

I want something like this picturebox1.opacity = 55;

推荐答案




这篇关于C#幻灯片的不透明度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-21 08:45