ILNumerics - Technical Application Development
Top
The MouseEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DirectionUp |
Gives the direction of event; false: capture (down), true: bubbling (up)
[ILNumerics Visualization Engine] | |
| Empty |
Creates an empty MouseEventArgs instance
[ILNumerics Visualization Engine] | |
| LocationF |
The mouse position relative to the current viewport; range [0...1]
[ILNumerics Visualization Engine] | |
| Target |
The final target node for the event, commonly the node under the mouse cursor
[ILNumerics Visualization Engine] |
See Also