ResizeWindow3D()

语法

ResizeWindow3D(#Window3D, x, y, Width, Height)
概要
Move and resize the given window to the given position and size.

参数

#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.

返回值

无.

已支持操作系统

所有

<- OpenWindow3D() - Window3D Index - SetActiveWindow3D() ->