Click or drag to resize

Demo3DMouseEventArgs Class

[Missing <summary> documentation for "T:Demo3D.Visuals.Demo3DMouseEventArgs"]

Inheritance Hierarchy
SystemObject
  Demo3D.VisualsDemo3DMouseEventArgs

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public class Demo3DMouseEventArgs

The Demo3DMouseEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyButton
The mouse button pressed.
Public propertyClicks
The number of clicks.
Public propertyDelta
Mouse wheel delta.
Public propertyHandled
Public propertyLocation
Location of the mouse when generating the event.
Public propertyPickInfo
Pick info of the mouse event
Public propertyViewTool
Public propertyX
X-coordinate of the mouse when generating the event.
Public propertyY
Y-coordinate of the mouse when generating the event.
Top
See Also