Hello guys...
How to bland/mix content of 2 PictureBox?
TQ
Printable View
Hello guys...
How to bland/mix content of 2 PictureBox?
TQ
Are we talking Alpha Blending here?Quote:
Posted by g-mie
Hello guys...
How to bland/mix content of 2 PictureBox?
TQ
Or just adding a picture to a picture in an other picture box.
Or actually a picture box inside an other picture box?
Or are we talking 100% transparensy?
Maybe you can show us a pic?
He is talking alpha blending :)
What is alpha blending? Can somebody explain to me. How to use it?
Alpha blending means no full transparency (like 20% transparent) and you can use it for fade in/out effects. There's some tutorials and example code around using Set/Getpixel and AlphaBlt (but this one's buggy), just make the Search function your friend.
My problem RESOLVED. Thanks BodwadUK and others.