I want draw multi layer in DC. each layer have some gdi/gdi+ object and semi-transparent with the underlayer.
相关问题
- Underline is drawn outside of rectangle reported b
- Win32 GDI Drawing a circle?
- System.Drawing.Image.Save throws ExternalException
- How to speed up BitBlt to capture screen with aero
- VisualStyleRenderer to bitmap
相关文章
- myBitmap.RawFormat is something different than any
- C# winforms: How to change DPI of the System.Drawi
- c++ how to send Hbitmap over socket
- Possible bug with .net winforms, or am I just miss
- How can I create a Base64-Encoded string from a GD
- Modify properties for printer-specific configurati
- How to draw a single line using MouseMove Event
- CSS3-like box shadow implementation / algorithm
Using the function SetROP2 with the argument R2_MASKPEN is a very simple way to get a transparent pen effect.
you need to use the ARGB system for coloring. A represents transparency, it takes a value between 0 and 255. a value of 125 is semi transparant