Click or drag to resize
Ab4d.SharpEngine logo

EventSourceHitEventArgs Class

EventSourceHitEventArgs defines data about hit object and the current pointer position and pressed buttons. To prevent creating many new objects, the same instance of EventSourceHitEventArgs can be shared between different events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab4d.SharpEngine.CommonPointerStateEventArgs
      Ab4d.SharpEngine.CommonEventSourceEventArgs
        Ab4d.SharpEngine.CommonEventSourceHitEventArgs
          Ab4d.SharpEngine.CommonEventSourceDragEventArgs
          Ab4d.SharpEngine.CommonPointerWheelHitEventArgs

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public class EventSourceHitEventArgs : EventSourceEventArgs

The EventSourceHitEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodEventSourceHitEventArgs Constructor
Top
Properties
 NameDescription
Public propertyRayHitResult Gets the result of 3D Ray hit test as RayHitTestResult
Top
See Also