Skip to content

window_set_size

CryoEagle edited this page Jan 11, 2019 · 2 revisions

window_set_size

This will set custom window size

Syntax:

window_set_size(size)
Argument Description
Size size Custom window size

Returns: void

Description:

This will set custom window size, so you have 100% controll about what size to set.

Example:

window_set_size(new Size(400,400));

The above code will set window size to width 400px and height 400px.

Back to window-functions

Clone this wiki locally