Whether .Net CF support DirectX or not?

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

Guest

I am new for .Net CF.
As I know, Win CE .Net support DirectX, I want to know whether .Net CF support DirectX
Thanks
 
No, use GAPI :)

You can read a MSDN Graphics article announcement in this newsgroup
posted by Geoff Schwab, he says:

I am happy to announce that two new articles and samples are available on
MSDN. Sorry about the naming but I got carried away and it was too late to
turn back!

Dancing Zombies: Adding Bitmaps to the Managed Graphics Library
http://msdn.microsoft.com/library/en-us/dnnetcomp/html/WrapGAPI2.asp

Dancing Particles: Adding Points, Lines, Fonts, and Input to the Managed
Graphics Library
http://msdn.microsoft.com/library/en-us/dnnetcomp/html/WrapGAPI3.asp

These are articles are gaming related and build on the previous sample:

Dancing Rectangles: Using GAPI to Create a Managed Graphics Library
http://msdn.microsoft.com/library/en-us/dnnetcomp/html/WrapGAPI1.asp


--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
 
....or use GDI+ in the System.Drawing namespace. DirectPlay is the only
component of DirectX that is currently available for the .NET Compact
Framework...

DirectPlay for the Pocket PC
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/guide_ppc/htm/directplay_1.asp

--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top