PointerEventArgs.GetIntermediatePoints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.