PointerPredictor.GetPredictedPoints(PointerPoint) 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.
public:
virtual Platform::Array <PointerPoint ^> ^ GetPredictedPoints(PointerPoint ^ point) = GetPredictedPoints;
winrt::array_view <PointerPoint const&> GetPredictedPoints(PointerPoint const& point);
public PointerPoint[] GetPredictedPoints(PointerPoint point);
function getPredictedPoints(point)
Public Function GetPredictedPoints (point As PointerPoint) As PointerPoint()
Parameters
- point
- PointerPoint