PointerPredictor.GetPredictedPoints(PointerPoint) メソッド

定義

指定した PointerPoint の予測ポイントのコレクションを取得します。

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()

パラメーター

point
PointerPoint

予測されたポイントの基準となる現在のポイント。

戻り値

予測されたポイントと関連するプロパティのコレクション。

予測エンジンは、予測された入力ポイントのコレクションを返す前に、少なくとも 10 個の入力ポイントを処理する必要があります。 それ以外の場合は、空のコレクションを返します。

注釈

予測 される PointerPoint プロパティは、 TimestampPositionPressureXTiltYTilt です。 他のすべてのプロパティは、指定された PointerPoint から複製されます。

返されるポイントの数は、 PredictionTime とデジタイザーのレポートレートによって異なります。 たとえば、予測時間が 15 ミリ秒 (既定値) で、ポインター入力のレポートレートが約 266Hz の場合、予測子は 4 ポイントを予測します。 レポートレートが約133Hzの場合、予測変数は2ポイントを予測します。

適用対象