DirectDraw Application Development (Windows Embedded CE 6.0)

1/6/2010

Microsoft DirectDraw is the part of the DirectX API that allows you to directly manipulate display memory, the hardware blitter, hardware overlay support, and flipping surface support.

DirectDraw provides this functionality while maintaining compatibility with existing Windows Embedded CEā€“based applications and device drivers.

  • DirectDraw is a software interface that provides direct access to display devices while maintaining compatibility with the Windows graphics device interface (GDI). It is not a high-level API for graphics.
  • DirectDraw provides a device-independent way for games and Windows subsystem software, such as graphics packages and digital video codecs, to gain access to the capabilities of specific display devices.
  • DirectDraw works with a variety of display hardware, ranging from simple SVGA monitors to advanced hardware implementations that provide clipping, stretching, and non-RGB color format support.

The interface is designed so that your applications can enumerate the capabilities of the underlying hardware and then use any supported hardware-accelerated functionality.

DirectDraw emulates functionality that is not implemented in hardware.

In This Section

See Also

Other Resources

DirectDraw