ResizeWindow()

Syntax

ResizeWindow(#Window, x, y, Width, Height)
Description
Move and resize the given window to the given position and size. If any of the parameters should be ignored (not be changed) #PB_Ignore can be passed at this place.

Parameters

#Window The window to resize.
x, y, Width, Height The new position and dimensions of the window, in pixel. #PB_Ignore can be passed as any parameter (x, y, Width or Height) and this parameter will not be changed.

Return value

None.

Supported OS

All

<- RemoveWindowTimer() - Window Index - SetActiveWindow() ->