Share via


DirectDraw

Microsoft® DirectDraw® is the component of the DirectX® application programming interface (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 Microsoft® Windows® CE .NET–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 features of specific display devices.

DirectDraw works with a wide 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 features. DirectX emulates features that are not implemented in hardware.

The topics in this section provide information about the DirectDraw® component of the DirectX® API.

In This Section

Exploring Graphics Concepts

Getting Started with DirectDraw

Working with Graphics Devices

Working with DirectDraw Objects

Working with DirectDraw Surfaces

Working with DirectDraw Palettes

Working with DirectDraw Clippers

Advanced DirectDraw Information

DirectDraw Security

DirectDraw Registry Settings

DirectDraw Reference

Getting Started with DirectDraw

DirectDraw Architecture

DirectDraw Display Drivers

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.