Window.setMaxSize

Set the maximum size of the window.

class Window
setMaxSize
(
this T
)
(
int width
,
int height
)

Parameters

width int

The maximum width of the window.

height int

The maximum height of the window.

Return Value

Type: auto

This window to aid method chaining.

Meta