Click or drag to resize
AB4D logo

BaseMouse3DEventArgs Class

Provides base data for mouse events on 3D object
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab3d.Common.EventManager3DBaseMouse3DEventArgs
      More

Namespace: Ab3d.Common.EventManager3D
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class BaseMouse3DEventArgs : EventArgs

The BaseMouse3DEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodBaseMouse3DEventArgs Constructor
Top
Properties
 NameDescription
Public propertyCurrentMousePosition Gets the current mouse position
Public propertyFinalPointHit Gets the position in 3D space that was hit. This position is different from the RayHitResult.PointHit because it is also transformed by any transformation that is applied to the Visual3D objects.
Public propertyHitEventSource3D Gets the hit BaseEventSource3D object
Public propertyHitObject Gets the hit Model3D or Visual3D.
Public propertyHitObjectName Gets the name of the hit Model3D or Visual3D.
Public propertyRayHitResult Gets the result of 3D Ray Hit Test as RayMeshGeometry3DHitTestResult
Top
See Also
Inheritance Hierarchy