Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

Display.SetParams

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

Parameters

widthChange Window Width (Windows Only).
heightChange Window Height (Windows Only).
xChange Window Position X (Windows Only).
yChange 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.

Did you find this page useful? Please give it a rating: