StringKeyFrame.InterpolateValueCore(String, Double) Método

Definição

Quando substituído em uma classe derivada, calcula o valor de um quadro-chave no incremento de andamento fornecido.

protected:
 abstract System::String ^ InterpolateValueCore(System::String ^ baseValue, double keyFrameProgress);
protected abstract string InterpolateValueCore (string baseValue, double keyFrameProgress);
abstract member InterpolateValueCore : string * double -> string
Protected MustOverride Function InterpolateValueCore (baseValue As String, keyFrameProgress As Double) As String

Parâmetros

baseValue
String

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

String

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

Aplica-se a