DirectDraw7 Library v1.1
These classes
provide you with the functionality to create 2D programs using DirectDraw7. A
brief description of the objects is available below. Download DirectDraw7 Classes.
DirectDraw7 Objects
- clsDirectDraw: This is the core DirectDraw7 object. This object
contains methods to initialize your DirectDraw application and draw
graphics to the screen.
- clsDrawingSurface: This class allows you to manipulate
an arbitrary offscreen drawing surface.
- clsSprite: This class allows the manipulation of
sprites. The class supports loading the sprite graphics from files, sprite
collision detection and transparency.
- clsBitmap: This class is perfect if you just
want to load an image and display it on screen without any bells or
whistles.
- modDirectDraw: Code module containing some global
types and helper functions.