Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我该怎么做才能在每个像素处使用 8 位透明度绘制表单(使用 PNG 文件),以便我可以拥有 100% 的像素,以及 100% 的像素,以及那些混合的。
混合部分意味着我不能使用 Form.TransparencyKey。
WinForms 对透明度的支持是可怕的。
如果可能,请考虑使用 WPF 编写应用程序的这一部分。您可以将 WPF 集成到 WinForms 应用程序中。看:
将 WPF 与 WinForm 应用程序混合使用?