nw::dev::Screenshot::Create Member Function

Syntax

static Screenshot * Create(
     nw::os::IAllocator * allocator,
     size_t maxLength
);

Arguments

Name Description
in allocator Allocator.
in maxLength The size of the buffer region.

Return Values

The generated screenshot.

Description

Generates a screenshot.


CONFIDENTIAL