最正宗的Wince 6 DirectDraw学习资料。
http://msdn.microsoft.com/en-us/library/aa917136.aspx
8/28/2008
The DirectDraw® API provides support for hardware-accelerated 2-D graphics. It offers fast access to display hardware while retaining compatibility with the Windows graphics device interface (GDI). DirectDraw is a specialized memory manager for both system and display device memory and uses hardware acceleration where available. With DirectDraw, you can allocate and manipulate both system and graphics memory, including transfers between the two.
DirectDraw for Windows Embedded CE is adapted from DirectDraw for Windows-based desktop operating systems. Some capabilities from the desktop version have been extended and others have been curtailed to better suit embedded devices.
DirectDraw supports the following effects:
- Bit-block transfers (blits)
- Page flipping and multiple back buffers
- Overlays, which is placing one image surface over another on the video display
- Alpha source over destination blending, which is blending two surfaces using the source alpha image component
- Video YUV pixel formats and color conversion
- Direct video access to the frame buffer
For All Platforms:
-
DirectDraw Application Development
-
Provides architectural background information about DirectDraw and practical design details that you will need to know to create a DirectDraw application.
-
DirectDraw Registry Settings
-
Provides information about the registry settings that affect DirectDraw OS designs and applications.
-
DirectDraw Security
-
Describes factors that you should consider to enhance security in your DirectDraw OS design or application.
-
DirectDraw Reference
-
Provides individual reference descriptions for the DirectDraw programming elements.
-
DirectDraw Samples
-
Provides code examples for DirectDraw and descriptions of the code samples that ship with DirectDraw.
For Windows Embedded CE:
-
DirectDraw OS Design Development
-
Provides information that describes how OEMs can add and integrate DirectDraw into their OS designs.
-
DirectDraw Migration
-
Highlights the changes that you must make so that your existing DirectDraw code works with the latest version of Windows Embedded CE.
For All Platforms:
-
Graphics
-
Provides links to information about other graphics technologies for Windows Embedded CE.
For Windows Embedded CE:
-
Graphics Device Interface (GDI)
-
Provides information about basic graphics support in Windows Embedded CE through the graphics device interface (GDI).
本文详细介绍了DirectDraw API,这是一个为Windows Embedded CE提供硬件加速2D图形支持的接口。DirectDraw不仅提供了对显示硬件的快速访问,同时保持了与Windows图形设备接口(GDI)的兼容性。本文还涵盖了DirectDraw在不同平台上的应用开发、注册表设置、安全性考虑及参考指南等内容。
337

被折叠的 条评论
为什么被折叠?



