nw::dev::Screenshot::Set Member Function
void Set(
const DisplayDescription & displayDescription,
void * srcScreen,
int length,
int width,
int height
);
| Name | Description | |
|---|---|---|
| in | displayDescription | The description of the display buffer. |
| in | srcScreen | Region of display buffer that is source of copy. |
| in | length | The size of the buffer region. |
| in | width | The horizontal width of the screenshot. |
| in | height | The vertical height of the screenshot. |
Sets a screenshot from the display buffer.
CONFIDENTIAL