GetPoint.SetCursor Method

GetPointSetCursor Method

Sets cursor that will be used when Get() is called and snap is not happening.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetCursor(
	CursorStyle cursor
)
Public Sub SetCursor ( 
	cursor As CursorStyle
)

Parameters

cursor
Type: Rhino.UICursorStyle

[Missing <param name="cursor"/> documentation for "M:Rhino.Input.Custom.GetPoint.SetCursor(Rhino.UI.CursorStyle)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also