PersistentSettings.GetRectangle Method (String, Rectangle)

PersistentSettingsGetRectangle Method (String, Rectangle)

[Missing <summary> documentation for "M:Rhino.PersistentSettings.GetRectangle(System.String,System.Drawing.Rectangle)"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Rectangle GetRectangle(
	string key,
	Rectangle defaultValue
)
Public Function GetRectangle ( 
	key As String,
	defaultValue As Rectangle
) As Rectangle

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.GetRectangle(System.String,System.Drawing.Rectangle)"]

defaultValue
Type: System.DrawingRectangle

[Missing <param name="defaultValue"/> documentation for "M:Rhino.PersistentSettings.GetRectangle(System.String,System.Drawing.Rectangle)"]

Return Value

Type: Rectangle

[Missing <returns> documentation for "M:Rhino.PersistentSettings.GetRectangle(System.String,System.Drawing.Rectangle)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also