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
)
Public Shared Function InitialMainWindowPosition (
<OutAttribute> ByRef bounds As Rectangle
) As Boolean
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:
Booleanfalse if the information could not be retrieved.
See Also