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.

Applies to