SplinePoint3DKeyFrame.InterpolateValueCore(Point3D, Double) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Usa l'interpolazione spline per la transizione tra il valore del fotogramma chiave precedente e quello del fotogramma chiave corrente.
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
Valore di output di questo fotogramma chiave calcolato in base al valore di base e allo stato di avanzamento specificati.