How can I display a gif image on a windows form while making it transparent at a value, say, 70%?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
What you are asking for is called alpha channel. Unfortunately, it is not supported for GIFs. From this article:
It is possible to paint an image with custom opacity programmatically. See these: |
|||
|
You just can choose 0% or 100% transparent for a GIF, but not any value between them. |
|||
|
|