[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.drawing

transparent image on PocketPC

Adam Edell via DotNetMonster.com

1/18/2005 11:52:00 AM

Hi, I have a problem with a trancparency on PocketPC.
Method Bitmap.MakeTransparent() is work very good on PC but this method is not supported by Compact Framework.

I have a simple task. I wanna draw a image above the other image like a layer. Image that I draw like a layer will have one background color and some drawings in different colors. I need to set the background color of image transparent so when I use drawing it looks like only those drawings are visible above other image.

Any ideas?

Marko

--
Message posted via http://www.dotnetm...
2 Answers

Bob Powell

1/19/2005 10:39:00 AM

0

I'm sure you can get DirectX to run on the pocket PC. It's been a long time
since I did any development on a PPC but I seem to remember a demo with a
mosquito cutout overlay on a PPC.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tips...

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/f...

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.





"marko v via DotNetMonster.com" <forum@DotNetMonster.com> wrote in message
news:a1f204b39b484070ab3b842218649943@DotNetMonster.com...
> Hi, I have a problem with a trancparency on PocketPC.
> Method Bitmap.MakeTransparent() is work very good on PC but this method is
> not supported by Compact Framework.
>
> I have a simple task. I wanna draw a image above the other image like a
> layer. Image that I draw like a layer will have one background color and
> some drawings in different colors. I need to set the background color of
> image transparent so when I use drawing it looks like only those drawings
> are visible above other image.
>
> Any ideas?
>
> Marko
>
> --
> Message posted via http://www.dotnetm...


Adam Edell via DotNetMonster.com

1/19/2005 3:01:00 PM

0

I found it..very nice and short stuff on:

http://wiki.opennetcf.org/ow.asp?CompactFrameworkFAQ%2FImageTr...

--
Message posted via http://www.dotnetm...