Share via


PointerEventArgs.GetIntermediateTransformedPoints Method

Definition

Retrieves the pointer data for up to the last 64 pointer locations since the last pointer event, transformed by the application-defined transform.

public:
 virtual IVector<PointerPoint ^> ^ GetIntermediateTransformedPoints(IPointerPointTransform ^ transform) = GetIntermediateTransformedPoints;
IVector<PointerPoint> GetIntermediateTransformedPoints(IPointerPointTransform const& transform);
public IList<PointerPoint> GetIntermediateTransformedPoints(IPointerPointTransform transform);
function getIntermediateTransformedPoints(transform)
Public Function GetIntermediateTransformedPoints (transform As IPointerPointTransform) As IList(Of PointerPoint)

Parameters

transform
IPointerPointTransform

The application-defined transform.

Returns

The collection of transformed pointer data or an empty collection, if the application-defined transform fails.

Applies to