Skip to main content
A newer version of this page is available.

ITestWindow.SetWindowSize(Int32, Int32) Method

Resizes the window to the specified width and height.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v18.2.dll

Declaration

void SetWindowSize(
    int width,
    int height
)

Parameters

Name Type Description
width Int32

An integer, that is the window width.

height Int32

An integer, that is the window height.

See Also