LinearThicknessKeyFrame.InterpolateValueCore(Thickness, 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::Thickness InterpolateValueCore(System::Windows::Thickness baseValue, double keyFrameProgress);
protected override System.Windows.Thickness InterpolateValueCore (System.Windows.Thickness baseValue, double keyFrameProgress);
override this.InterpolateValueCore : System.Windows.Thickness * double -> System.Windows.Thickness
Protected Overrides Function InterpolateValueCore (baseValue As Thickness, keyFrameProgress As Double) As Thickness

Parametri

baseValue
Thickness

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

Thickness

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

Si applica a