PersistentSettings.GetPoint Method (String, Point)

PersistentSettingsGetPoint Method (String, Point)

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

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

Parameters

key
Type: SystemString

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

defaultValue
Type: System.DrawingPoint

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

Return Value

Type: Point

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also