如何获得PictureBox的透明背景,以获得正确的图像透明度?

时间:2015-11-11 20:21:12

标签: c# user-interface

enter image description here

我实际上制作了一个启动画面并将我的属性设置为

public Form1()
{
    InitializeComponent();
    this.TransparencyKey = Color.Turquoise;
    this.BackColor = Color.Turquoise;
}

但是图像是这样的

enter image description here

这就是表单中的样子。 我希望钻石位于"库存管理系统"透明,就像我在第一张照片中所示。告诉我,我该怎么做。

0 个答案:

没有答案