Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
DirectDraw is an API that allows applications high performance, low-level control of video controllers and graphics adapters. The API is based on the flexible Component Object Model (COM), but is not technically a COM component. For example, there is no support for CoCreateInstance.
At its core, DirectDraw serves as a video memory manager. It allocates video memory and it performs operations on video memory, including blits to and from the screen and system memory. It also contains low-level live video functionality.
In This Section
Related Sections
DirectDraw Application Development