Mouse::GetIntermediatePoints Method (IInputElement^, array<Point>^)
.NET Framework (current version)
Retrieves up to 64 previous coordinates of the mouse pointer since the last mouse move event.
Assembly: PresentationCore (in PresentationCore.dll)
public: [SecurityCriticalAttribute] static int GetIntermediatePoints( IInputElement^ relativeTo, array<Point>^ points )
Parameters
- relativeTo
-
Type:
System.Windows::IInputElement^
The elements points are in relation to.
- points
-
Type:
array<System.Windows::Point>^
An array of objects.
.NET Framework
Available since 3.0
Available since 3.0
Show: