|
|
Mouse drag handler.
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Overridable Function MouseDrag ( _ view As View, _ modifiers As KeyModifiers, _ x As Integer, _ y As Integer, _ timeOffset As Double _ ) As Boolean |
| C# |
|---|
public virtual bool MouseDrag( View view, KeyModifiers modifiers, int x, int y, double timeOffset ) |
| Visual C++ |
|---|
public: virtual bool MouseDrag( View^ view, KeyModifiers modifiers, int x, int y, double timeOffset ) |
Parameters
- view
- Type: Autodesk.Navisworks.Api..::..View
- modifiers
- Type: Autodesk.Navisworks.Api..::..KeyModifiers
- x
- Type: System..::..Int32
- y
- Type: System..::..Int32
- timeOffset
- Type: System..::..Double