VirtualUI.TakeScreenshot Method

Takes a screenshot of a Window.

C#

public bool TakeScreenshot(long Wndstring FileName);

Parameters

Parameters

Description

long Wnd

The Window to capture.

string FileName

Full path of file to save screenshot. Extensions allowed: jpg, bmp, png.

Group

VirtualUI Methods