GeonBitGameMakeFullscreen Method |
Make game work in fullscreen mode.
Namespace:
GeonBit
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void MakeFullscreen(
bool framed = false,
Nullable<Point> resolution = null
)
Parameters
- framed (Optional)
- Type: SystemBoolean
If true, will make fullscreen but with window frame. - resolution (Optional)
- Type: SystemNullablePoint
Resolution to use (if not provided, will use device currently set resolution).
See Also