Gets or sets the window's fullscreen state *
Gets or sets the logical position of the window on the screen.
Gets or sets the logical size of the window on the screen,
Gets or sets the window's maximized state *
Gets or sets the window's minimized state *
Gets or sets the physical position of the window on the screen.
Gets or sets the physical size of the window on the screen,
Returns the visibility state of the window. This function can return false even if you previously called show() on it, for example if the user minimized the window.
Hides the window, so that it is not visible anymore.
Issues a request to the windowing system to re-render the contents of the window.
Shows the window on the screen. An additional strong reference on the associated component is maintained while the window is visible.
This type represents a window towards the windowing system, that's used to render the scene of a component. It provides API to control windowing system specific aspects such as the position on the screen.