Condividi tramite


DiscreteMatrixKeyFrame.InterpolateValueCore(Matrix, Double) Metodo

Definizione

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

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

Parametri

baseValue
Matrix

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

Matrix

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

Si applica a