Compartilhar via


DiscretePoint3DKeyFrame.InterpolateValueCore(Point3D, Double) Método

Definição

Interpola, de forma discreta, entre o valor de quadro-chave anterior e o valor do quadro-chave atual usando o incremento de progresso especificado.

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

Parâmetros

baseValue
Point3D

O valor do qual animar.

keyFrameProgress
Double

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

Retornos

Point3D

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

Aplica-se a