Windows C#Form:如何在按钮上显示具有透明背景的GIF动画?

时间:2020-09-02 12:01:05

标签: c# .net image transparency picturebox

我在这里有一个透明背景的GIF动画,每次用户单击时都会出现。 GIF动画是一个简单的PictureBox对象。

The GIF animation with a transparent background, which appears every time the user clicks. The animation plays a simple red ripple

我在这里担心的是GIF动画的背景显示了“表单窗口”的背景,该窗口涵盖了此处的按钮:

Image #1: "Transparent background" of GIF animation appears over the buttons.

Image #2: "Transparent background" of GIF animation appears over the green panel.

我知道GIF动画的“透明背景”实际上是“表单窗口”的背景。

如何仅在显示的按钮上显示具有透明背景的GIF动画?

您可以在此处查看我的Windows窗体的流程: https://youtu.be/FBuom68dKv4

0 个答案:

没有答案