Allows a continuous triggering of mouse event position events at a pre-defined rate, even if mouse position does not change. In order to use this class, simply instantiate it by passing a parent UI element from where the mouse positions are to be captured and add a callback method to MousePositionUdpate (using the MousePositionUpdateEventHandler delegate) that will process the mouse position updates.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class PeriodicMouseUpdates : PeriodicDataUpdates
Visual Basic
Public Class PeriodicMouseUpdates _
	Inherits PeriodicDataUpdates
JScript
public class PeriodicMouseUpdates extends PeriodicDataUpdates

Inheritance Hierarchy

System..::..Object
  Ico.Windows.Media.Media3D..::..PeriodicDataUpdates
    Ico.Windows.Media.Media3D..::..PeriodicMouseUpdates

See Also