PersistentSettings.TryGetPoint Method (String, Point)

PersistentSettingsTryGetPoint Method (String, Point)

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool TryGetPoint(
	string key,
	out Point value
)
Public Function TryGetPoint ( 
	key As String,
	<OutAttribute> ByRef value As Point
) As Boolean

Parameters

key
Type: SystemString

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

value
Type: System.DrawingPoint

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

Return Value

Type: Boolean

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also