Click or drag to resize

PersistentSettingsGetSize Method (String, Size)

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Size GetSize(
	string key,
	Size defaultValue
)

Parameters

key
Type: SystemString

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

defaultValue
Type: System.DrawingSize

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

Return Value

Type: Size

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

See Also