RhinoCommon API
RhinoViewportMouseAdjustLensLength Method |
Adjusts the camera lens length.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public bool MouseAdjustLensLength( Point mousePreviousPoint, Point mouseCurrentPoint, bool moveTarget )
Public Function MouseAdjustLensLength ( mousePreviousPoint As Point, mouseCurrentPoint As Point, moveTarget As Boolean ) As Boolean
Parameters
- mousePreviousPoint
- Type: System.DrawingPoint
The mouse previous point. - mouseCurrentPoint
- Type: System.DrawingPoint
The mouse current point. - moveTarget
- Type: SystemBoolean
Should this operation move the target?
Return Value
Type: Boolean[Missing <returns> documentation for "M:Rhino.Display.RhinoViewport.MouseAdjustLensLength(System.Drawing.Point,System.Drawing.Point,System.Boolean)"]
