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: 9.9.13.0.Release.908d87e0180ebfe7287e3e24da18328657f2aef7
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
Remarks
Caution note Caution
This class is not part of the OpenInventor api, but is provided as source code in the demo folders. Its current api may change in future versions.
See Also