Condividi tramite


DiscretePoint3DKeyFrame.InterpolateValueCore(Point3D, Double) Metodo

Definizione

Effettua l'interpolazione discreta tra il valore del fotogramma chiave precedente e il valore del fotogramma chiave corrente, utilizzando l'incremento dello stato di avanzamento specificato.

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

Parametri

baseValue
Point3D

Valore da cui aggiungere l'animazione.

keyFrameProgress
Double

Valore compreso tra 0,0 e 1,0, 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 specificato e allo stato di avanzamento.

Si applica a