Mouse::GetIntermediatePoints Method (IInputElement^, array<Point>^)

 

Retrieves up to 64 previous coordinates of the mouse pointer since the last mouse move event.

Namespace:   System.Windows.Input
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.

Return Value

Type: System::Int32

The number of points returned.

.NET Framework
Available since 3.0
Return to top
Show: