.NET CF 2.0: alpha blending available ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to know if alpha blending will be available in .NET CF 2.0. For
the moment a Bitmap.SetPixel(int, int, Color.FromArgb(int argb)) always
results in an opaque pixel, whatever the alpha value of the color.

Thank you,

Bertrand Fontaine
 
Hello Bertrand,

Alpha blending will not be supported in the .NET Compact Framowork V2. The
problem is that Windows CE does not support it and, as a result, it cannot
be implemented in the .NET Compact Framework.

Thank you,
Sergiy.


This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Thread-Topic: .NET CF 2.0: alpha blending available ?
| thread-index: AcSaSmahMNhRh3qrTm6RZAOdSPOmRQ==
| X-WBNR-Posting-Host: 193.53.137.16
| From: "=?Utf-8?B?QmVydHJhbmQgRm9udGFpbmU=?="
<[email protected]>
| Subject: .NET CF 2.0: alpha blending available ?
| Date: Tue, 14 Sep 2004 04:03:01 -0700
| Lines: 7
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:61145
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| I would like to know if alpha blending will be available in .NET CF 2.0.
For
| the moment a Bitmap.SetPixel(int, int, Color.FromArgb(int argb)) always
| results in an opaque pixel, whatever the alpha value of the color.
|
| Thank you,
|
| Bertrand Fontaine
|
 
Back
Top