RhinoViewportMouseLateralDolly Method |
Pans the camera
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public bool MouseLateralDolly(
Point mousePreviousPoint,
Point mouseCurrentPoint
)
Public Function MouseLateralDolly (
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.MouseLateralDolly(System.Drawing.Point,System.Drawing.Point)"]
See Also