LinearSizeKeyFrame.InterpolateValueCore(Size, Double) Metodo

Definizione

Crea un'interpolazione lineare tra il valore del fotogramma chiave precedente e quello del fotogramma chiave corrente, usando l'incremento dello stato di avanzamento specificato.

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

Parametri

baseValue
Size

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

Size

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

Si applica a