PersistentSettings.SetRectangle Method

PersistentSettingsSetRectangle Method

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetRectangle(
	string key,
	Rectangle value
)
Public Sub SetRectangle ( 
	key As String,
	value As Rectangle
)

Parameters

key
Type: SystemString

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

value
Type: System.DrawingRectangle

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also