Semi-transparent drawing
-
I am using Microsoft visual c++ 6, and I want to draw shapes on a view. What i want is a displayed shape with a semi-transparent color i.e. we should still be able to see whatever is beneath the shape. Can anyone help me? Thanks.
-
I am using Microsoft visual c++ 6, and I want to draw shapes on a view. What i want is a displayed shape with a semi-transparent color i.e. we should still be able to see whatever is beneath the shape. Can anyone help me? Thanks.
-
Thank you very much for your answer! :) It works fine, thanks again!
-
I am using Microsoft visual c++ 6, and I want to draw shapes on a view. What i want is a displayed shape with a semi-transparent color i.e. we should still be able to see whatever is beneath the shape. Can anyone help me? Thanks.
you need to understand and use Alpha Blend http://www.codeproject.com/KB/winsdk/quaker1.aspx[^] this is a .net application does exactly what you need http://www.codeproject.com/KB/GDI-plus/alphafx.aspx#TOC3[^]
Vikas Amin
My First Article on CP" Virtual Serial Port "[^]
modified on Thursday, July 24, 2008 5:33 PM