OnUpdateDrag Method (ISwManipulatorHandler2)
Called when the pointer moves while the left-mouse or right-mouse button is held down.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ISwManipulatorHandler2
Dim pManipulator As Object
Dim handleIndex As Integer
Dim newPosMathPt As Object
instance.OnUpdateDrag(pManipulator, handleIndex, newPosMathPt)
|
Parameters
- pManipulator
- IManipulator object
- handleIndex
- newPosMathPt
Math point indicating the pointer's new position
Example
See Also