Condividi tramite


DelegatedInkTrailVisual.AddTrailPointsWithPrediction Metodo

Definizione

Aggiunge sia l'input penna effettivo che quello previsto al delegatodInkTrailVisual.

uint32_t AddTrailPointsWithPrediction(winrt::array_view <InkTrailPoint> const& inkPoints, winrt::array_view <InkTrailPoint> const& predictedInkPoints);
public uint AddTrailPointsWithPrediction(InkTrailPoint[] inkPoints, InkTrailPoint[] predictedInkPoints);
function addTrailPointsWithPrediction(inkPoints, predictedInkPoints)
Public Function AddTrailPointsWithPrediction (inkPoints As InkTrailPoint(), predictedInkPoints As InkTrailPoint()) As UInteger

Parametri

inkPoints
InkTrailPoint[]

I punti penna "bagnati" effettivi.

predictedInkPoints
InkTrailPoint[]

Punti penna "bagnati" stimati.

Restituisce

UInt32

uint32_t

ID di generazione per i punti penna "bagnati".

Commenti

I punti stimati fungono da punti effettivi e vengono aggiunti alla fine del percorso penna dopo qualsiasi punto effettivo.

Le chiamate successive a AddTrailPoints (o AddTrailPointsWithPrediction) rimuoveranno tutti i punti stimati prima di aggiungere nuovi punti.

I punti stimati vengono forniti dall'app per ridurre la latenza dell'input penna. Vengono sovrascritti dalle posizioni effettive quando ricevute dall'app e aggiunte al DelegatodInkTrailVisual.

Si applica a

Vedi anche