#include <dx9_wrap.h>
Inheritance diagram for D3D9::Surface:


Public Member Functions | |
| Surface (Device &n_device, int width, int height, D3DFORMAT format) | |
| Create bitmapped surface resource by allocating it. | |
| void | CopyFrom (Surface &src_surface) |
| Copy pixels from other surface. | |
| void | CopyRectFrom (Surface &src_surface, const Rect &src_rect, const Point &dest_point) |
| Copy rectangular area of pixels from other surface. | |
|
||||||||||||||||||||
|
Create bitmapped surface resource by allocating it.
|
|
|
Copy pixels from other surface. Whole surface is copied. |
|
||||||||||||||||
|
Copy rectangular area of pixels from other surface.
|
1.3.6