Click or drag to resize

RhinoAppInFullScreen Method

Verifies that Rhino is running in full screen mode.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static bool InFullScreen()

Return Value

Type: Boolean
true if Rhino is running full screen, false otherwise.
See Also