Share via


PointerEventArgs.GetIntermediatePoints Method

Definition

Retrieves the pointer data for up to the last 64 pointer locations since the last pointer event.

public:
 virtual IVector<PointerPoint ^> ^ GetIntermediatePoints() = GetIntermediatePoints;
IVector<PointerPoint> GetIntermediatePoints();
public IList<PointerPoint> GetIntermediatePoints();
function getIntermediatePoints()
Public Function GetIntermediatePoints () As IList(Of PointerPoint)

Returns

The data for each pointer, or an empty collection, if the PointerEventArgs are null due to the object being disconnected.

Applies to