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

Public Member Functions | |
| LockedRect (Surface &n_surface, const Rect &rect) | |
| Create and lock rectangular region of a bitmapped surface. | |
| ~LockedRect () | |
| Unlock locked rectangular region of a bitmapped surface. | |
| int | get_stride () const |
| Return stride (distance between starts of consequent image rows, measured in bytes). | |
| void * | get_ptr () |
| Return pointer to first row (next rows can be reached by adding stride to the returned pointer multiple times). | |
|
||||||||||||
|
Create and lock rectangular region of a bitmapped surface.
|
|
|
Unlock locked rectangular region of a bitmapped surface.
|
|
|
Return stride (distance between starts of consequent image rows, measured in bytes).
|
|
|
Return pointer to first row (next rows can be reached by adding stride to the returned pointer multiple times).
|
1.3.6