开发者

Draw loading circle on windows form

开发者 https://www.devze.com 2023-03-11 16:42 出处:网络
How can I draw a loading circle(animated) on windows forms? Is it possible to make it big and transparent, so that underlying text on form is still visible.

How can I draw a loading circle(animated) on windows forms? Is it possible to make it big and transparent, so that underlying text on form is still visible.

Displaying a gif is not a kind of solu开发者_如何学JAVAtion i'm looking for.

Thx.


Yes - you can do this using Graphics.DrawEllipse (for one or multiple circles, depending on the exact UI effect you're trying to achieve), using a pen with a non-opaque alpha value.

0

精彩评论

暂无评论...
验证码 换一张
取 消