Transparent Brush
-
I apply brush over my bitmap image. but i want that brush background will be transparent so that bitmap image can be shown also. How can i do that?
-
I apply brush over my bitmap image. but i want that brush background will be transparent so that bitmap image can be shown also. How can i do that?
I suppose that you are using a hatched brush (with a solid brush, you cannot make it transparent) ? If yes, take a look at the SetBkMode[^] function from CDC
Cédric Moonen Software developer
Charting control [v1.1] -
I suppose that you are using a hatched brush (with a solid brush, you cannot make it transparent) ? If yes, take a look at the SetBkMode[^] function from CDC
Cédric Moonen Software developer
Charting control [v1.1]Ok, i know about this function. but how i can apply??
-
Ok, i know about this function. but how i can apply??
mazhar_cse wrote:
but how i can apply??
:confused: What do you mean ? Just call the function... What is the problem? Can you describe more in details your probem ?
Cédric Moonen Software developer
Charting control [v1.1] -
Ok, i know about this function. but how i can apply??
The main problem i face that i donot find who call this "int SetBkMode( int nBkMode )" function?? it returns integer value, but i dont know who use it. Plz, help me.
-
The main problem i face that i donot find who call this "int SetBkMode( int nBkMode )" function?? it returns integer value, but i dont know who use it. Plz, help me.
mazhar_cse wrote:
The main problem i face that i donot find who call this "int SetBkMode( int nBkMode )" function??
Do you missed its documentation[^] ?
Prasad Notifier using ATL | Operator new[],delete[][^]