Condividi tramite


EasingPointKeyFrame.InterpolateValueCore(Point, Double) Metodo

Definizione

Effettua l'interpolazione, a seconda della funzione utilizzata, tra il valore del fotogramma chiave precedente e il valore del fotogramma chiave corrente, utilizzando l'incremento dello stato di avanzamento fornito.

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 inclusi, 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

Vedi anche