Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/274.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 是否将PNG图像动态添加到picturebox?_C#_.net_Png_Picturebox_Dynamic - Fatal编程技术网

C# 是否将PNG图像动态添加到picturebox?

C# 是否将PNG图像动态添加到picturebox?,c#,.net,png,picturebox,dynamic,C#,.net,Png,Picturebox,Dynamic,我无法通过代码将包含alpha chanel的PNG图像动态添加到picturebox中,因为它总是用黑色替换透明区域。有办法吗?是否尝试将控件的背景色设置为透明?是否尝试将picturebox的背景色设置为透明?我以前使用过透明PNG,只要设置了透明。。。。

我无法通过代码将包含alpha chanel的PNG图像动态添加到picturebox中,因为它总是用黑色替换透明区域。有办法吗?

是否尝试将控件的背景色设置为透明?

是否尝试将picturebox的背景色设置为透明?我以前使用过透明PNG,只要设置了透明。。。。