C#窗体透明化代码

121 阅读1分钟
            this.BackColor = Color.White;
            this.TransparencyKey = Color.White;