Click or drag to resize
WpfEventToSoEvent Class
Helper class to convert window's events to inventor's events.
Inheritance Hierarchy
SystemObject
  OIV.Inventor.ViewerComponents.Wpf.RenderAreasWpfEventToSoEvent

Namespace: OIV.Inventor.ViewerComponents.Wpf.RenderAreas
Assembly: OIV.Inventor.ViewerComponents.Wpf (in OIV.Inventor.ViewerComponents.Wpf.dll) Version: 2024.1.1.0.Release.cb64a23ffb514e400c7a72e2158dfc53ef4ceb26
Syntax
public class WpfEventToSoEvent

The WpfEventToSoEvent type exposes the following members.

Constructors
  NameDescription
Public methodWpfEventToSoEvent
Initializes a new instance of the WpfEventToSoEvent class
Top
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