PersistentSettings.SetPoint Method

PersistentSettingsSetPoint Method

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

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

Parameters

key
Type: SystemString

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

value
Type: System.DrawingPoint

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also