Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / RotateCamera Method / RotateCamera(Point) Method
Location of the mouse

In This Topic
    RotateCamera(Point) Method
    In This Topic
    Sets the view direction as the normal of the plane under the mouse cursor.
    Syntax
    'Declaration
     
    Public Overloads Sub RotateCamera( _
       ByVal mouseLocation As Point _
    ) 
    public void RotateCamera( 
       Point mouseLocation
    )

    Parameters

    mouseLocation
    Location of the mouse
    See Also