Condividi tramite


Point3DKeyFrame.InterpolateValueCore(Point3D, Double) Metodo

Definizione

Calcola il valore di un fotogramma chiave all'incremento dello stato di avanzamento specificato.

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

Parametri

baseValue
Point3D

Valore da cui iniziare l'animazione. Corrisponde in genere al valore del fotogramma chiave precedente.

keyFrameProgress
Double

Valore compreso tra 0,0 e 1,0 inclusi, che specifica la percentuale di tempo trascorso per questo fotogramma chiave.

Restituisce

Point3D

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

Si applica a