Display.SetParams

public void SetParams(int width, int height, int x, int y);

Parameters

width Change Window Width (Windows Only).
height Change Window Height (Windows Only).
x Change Window Position X (Windows Only).
y Change Window Position Y (Windows Only).

Description

Set rendering size and position on screen (Windows only).

To change the size and position of primary display you must also activate it by calling Display.displays[0].Activate(0, 0, 0);

See Also: SetRenderingResolution.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答