RhinoViewport.MouseRotateAroundTarget Method

RhinoViewportMouseRotateAroundTarget Method

Rotates the viewport around target.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool MouseRotateAroundTarget(
	Point mousePreviousPoint,
	Point mouseCurrentPoint
)
Public Function MouseRotateAroundTarget ( 
	mousePreviousPoint As Point,
	mouseCurrentPoint As Point
) As Boolean

Parameters

mousePreviousPoint
Type: System.DrawingPoint
The mouse previous point.
mouseCurrentPoint
Type: System.DrawingPoint
The mouse current point.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Display.RhinoViewport.MouseRotateAroundTarget(System.Drawing.Point,System.Drawing.Point)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also