.NET CF 2.0: Will alpha blending be 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 ?

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: Will alpha blending be available ?
| thread-index: AcSaSq69KxurBrD5S4Khmil2FTtvyQ==
| X-WBNR-Posting-Host: 193.53.137.16
| From: "=?Utf-8?B?QmVydHJhbmQgRm9udGFpbmU=?="
<[email protected]>
| Subject: .NET CF 2.0: Will alpha blending be available ?
| Date: Tue, 14 Sep 2004 04:05:02 -0700
| Lines: 5
| 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:61146
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| I would like to know if alpha blending will be available in .NET CF 2.0 ?
|
| Thank you,
|
| Bertrand Fontaine
|
 
And since CF 2.0 is *only* supported on 5.0, it's definitely not a
compatibility problem...

-Chris
 
Thank you for the reply Sergiy. It is a pitty that .NET CF 2.0 will not
support alpha blending. I am currently stuck reimplemeting on the .NET CF
platform a prototype I did for a client over 2 years ago using...
PersonalJava (Jeode JVM). So, I guess that it is definitely possible to
implement an efficient alpha blending algorithm for .NET CF even with no OS
support. GapiDraw seems also to be another example of popular platform that
does support alpha blending on Windows Mobile.

Bertrand Fontaine
 
Back
Top