Click or drag to resize

RhinoViewportKeyboardDollyInOut Method

Emulates the keyboard arrow key in terms of interaction.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool KeyboardDollyInOut(
	double amount
)

Parameters

amount
Type: SystemDouble
The dolly amount.

Return Value

Type: Boolean
true if operation succeeded; otherwise false.
See Also