Partilhar via


MatrixKeyFrame.InterpolateValueCore(Matrix, Double) Método

Definição

Calcula o valor de um quadro-chave no incremento de andamento fornecido.

protected:
 abstract System::Windows::Media::Matrix InterpolateValueCore(System::Windows::Media::Matrix baseValue, double keyFrameProgress);
protected abstract System.Windows.Media.Matrix InterpolateValueCore (System.Windows.Media.Matrix baseValue, double keyFrameProgress);
abstract member InterpolateValueCore : System.Windows.Media.Matrix * double -> System.Windows.Media.Matrix
Protected MustOverride Function InterpolateValueCore (baseValue As Matrix, keyFrameProgress As Double) As Matrix

Parâmetros

baseValue
Matrix

O valor do qual animar; normalmente, o valor do quadro-chave anterior.

keyFrameProgress
Double

Um valor entre 0,0 e 1,0, inclusive, que especifica o percentual de tempo decorrido para este quadro-chave.

Retornos

Matrix

O valor de saída desse quadro-chave, considerando o valor base e o andamento especificados.

Aplica-se a