UFT Pro (LeanFT) .NET SDK Reference, Version 14.03
Resize(Int32,Int32) Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
HP.LFT.SDK.StdWin Namespace
>
IWindow Interface
>
Resize Method
: Resize(Int32,Int32) Method
Width value (in pixels).
Height value (in pixels).
Resizes the window to the specified dimensions by width and height values.
Syntax
C#
void
Resize(
int
width
,
int
height
)
Parameters
width
Width value (in pixels).
height
Height value (in pixels).