Sets whether the view panel will be displayed in the fullscreen mode.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void SetFullScreen(
	bool fullScreen,
	int fullScreenWidth,
	int fullScreenHeight
)

Parameters

fullScreen
Type: System..::.Boolean
Whether switch to full screen mode or to window mode.
fullScreenWidth
Type: System..::.Int32
The width in the full screen mode.
fullScreenHeight
Type: System..::.Int32
The height in the full screen mode.

See Also