EasingPoint3DKeyFrame.InterpolateValueCore(Point3D, Double) Metodo

Definizione

Effettua l'interpolazione, a seconda della funzione utilizzata, tra il valore del fotogramma chiave precedente e il valore del fotogramma chiave corrente, utilizzando l'incremento dello stato di avanzamento fornito.

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 iniziare l'animazione.

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

Vedi anche