nw::dev::Screenshot::Set Member Function

Syntax

void Set(
     const DisplayDescription & displayDescription,
     void * srcScreen,
     int length,
     int width,
     int height
);

Arguments

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.

Return Values

None.

Description

Sets a screenshot from the display buffer.


CONFIDENTIAL