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 The new window position, in pixels. If 'x' or 'y' is set to #PB_Ignore, the current value of 'x' or 'y' won't be changed.
Width, Height The new window size, in pixels. If 'Width' or 'Height' is set to #PB_Ignore, the current value of 'Width' or 'Height' won't be changed.

Return value

None.

Supported OS

All

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