Click or drag to resize

AppearanceSettingsInitialMainWindowPosition Method

Location where the Main Rhino window attempts to show when the application is first started.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static bool InitialMainWindowPosition(
	out Rectangle bounds
)

Parameters

bounds
Type: System.DrawingRectangle
The rectangle in which the main window attempts to shows is assigned to this out parameter during the call.

Return Value

Type: Boolean
false if the information could not be retrieved.
See Also