PointerEventArgs.GetIntermediateTransformedPoints 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, 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.