Click or drag to resize
GeonBitGameMakeFullscreenForHeight Method
Make game work in fullscreen mode using only resolution height (width 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 MakeFullscreenForHeight(
	int desiredHeight
)

Parameters

desiredHeight
Type: SystemInt32
Desired resolution height.
See Also