ResizeWindow3D()
Syntax
ResizeWindow3D(#Window3D, x, y, Width, Height)Description
Move and resize the given window to the given position and size.
Parameters
#Window3D The 3D window to resize. x, y The new 3D window position. If 'x' or 'y' is set to #PB_Ignore, the current value of 'x' or 'y' won't be changed. Width, Height The new 3D window size. 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