Share via


SplinePointKeyFrame.InterpolateValueCore(Point, Double) Metodo

Definizione

Usa l'interpolazione spline per la transizione tra il valore del fotogramma chiave precedente e quello del fotogramma chiave corrente.

protected:
 override System::Windows::Point InterpolateValueCore(System::Windows::Point baseValue, double keyFrameProgress);
protected override System.Windows.Point InterpolateValueCore (System.Windows.Point baseValue, double keyFrameProgress);
override this.InterpolateValueCore : System.Windows.Point * double -> System.Windows.Point
Protected Overrides Function InterpolateValueCore (baseValue As Point, keyFrameProgress As Double) As Point

Parametri

baseValue
Point

Valore da cui iniziare l'animazione.

keyFrameProgress
Double

Valore compreso tra 0,0 e 1,0, che specifica la percentuale di tempo trascorso per questo fotogramma chiave.

Restituisce

Point

Valore di output di questo fotogramma chiave calcolato in base al valore di base e allo stato di avanzamento specificati.

Si applica a