Click or drag to resize
GeonBitGameMakeFullscreenForWidth Method
Make game work in fullscreen mode using only resolution width (height will be automatically calculated for best fit).

Namespace:  GeonBit
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void MakeFullscreenForWidth(
	int desiredWidth
)

Parameters

desiredWidth
Type: SystemInt32
Desired resolution width.
See Also