How to implement a splash-screen using an image with alpha channels transparency/opacity in WinForms?
相关问题
- Generic Generics in Managed C++
- How to fix IE ClearType + jQuery opacity problem i
- How to Debug/Register a Permanent WMI Event Which
- 'System.Threading.ThreadAbortException' in
- Bulk update SQL Server C#
Take a look at Per Pixel Alpha Blend in C#
Depends on what kind of shape your image is. Is it something you can draw using code? If so you could set the forms draw region to a shape, like this:
The shape can for example be a polygon with the same shape as your image.