Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Mouse3D Namespace / MoveEventArgs Class / MoveEventArgs Constructor / MoveEventArgs Constructor(DeviceInfo,RotationVector)

In This Topic
    MoveEventArgs Constructor(DeviceInfo,RotationVector)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dInfo As DeviceInfo, _
       ByVal rotationVector As RotationVector _
    )
    public MoveEventArgs( 
       DeviceInfo dInfo,
       RotationVector rotationVector
    )

    Parameters

    dInfo
    rotationVector
    See Also