gpt4 book ai didi

c# - 意想不到的透明度而不是白色

转载 作者:行者123 更新时间:2023-11-30 21:41:54 27 4
gpt4 key购买 nike

我正在处理一个 GUI,它无缘无故地显示透明度而不是图像本身的白色,这可能是什么原因?

执行应用程序之前的原始 GUI:

Original GUI before executing application

在执行应用程序时:

Upon Executing the Application

最佳答案

要解决此问题,请将 TransparencyKey 重置为默认值,或删除分配:

this.TransparencyKey = Color.Empty;

代替

this.TransparencyKey = Color.Transparent;

引用文献:https://stackoverflow.com/a/13426429/1132334 , 和 documentation :

When the TransparencyKey property is assigned a Color, the areas of the form that have the same BackColor will be displayed transparently

关于c# - 意想不到的透明度而不是白色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42914170/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com