Click or drag to resize
WpfEventToSoEvent Methods

The WpfEventToSoEvent type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetKeyEvent
Returns an SoKeyboardEvent corresponding to given parameters.
Public methodStatic memberGetMouseButtonEvent
Returns an SoMouseButtonEvent corresponding to given parameters.
Public methodStatic memberGetMouseEnterEvent
Returns an SoLocation2Event corresponding to given parameters.
Public methodStatic memberGetMouseLeaveEvent
Returns an SoLocation2Event corresponding to given parameters.
Public methodStatic memberGetMouseMoveEvent
Returns an SoLocation2Event corresponding to given parameters.
Public methodStatic memberGetMouseWheelEvent
Returns an SoMouseWheelEvent corresponding to given parameters.
Public methodStatic memberGetTouchDownEvent
Returns a list of SoEvent corresponding to the given parameters. This list may contain some recognized SoGestureEvent
Public methodStatic memberGetTouchMoveEvent
Returns a list of SoEvent corresponding to the given parameters. This list may contain some recognized SoGestureEvent
Public methodStatic memberGetTouchUpEvent
Returns a list of SoEvent corresponding to the given parameters. This list may contain some recognized SoGestureEvent
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also