Silverlight SDK for Microsoft Bing
CreateSplineKeyFrame Method (seconds, value, control1, control2)
OverviewSystem.WindowsAnimationCreateSplineKeyFrame(Double, Double, Point, Point)
Creates a SplineDoubleKeyFrame instance.
Declaration Syntax
C#Visual BasicVisual C++
public static SplineDoubleKeyFrame CreateSplineKeyFrame(
	double seconds,
	double value,
	Point control1,
	Point control2
)
Public Shared Function CreateSplineKeyFrame ( _
	seconds As Double, _
	value As Double, _
	control1 As Point, _
	control2 As Point _
) As SplineDoubleKeyFrame
public:
static SplineDoubleKeyFrame^ CreateSplineKeyFrame(
	double seconds, 
	double value, 
	Point control1, 
	Point control2
)
Parameters
seconds (Double)
The position is seconds of the key frame
value (Double)
The value for the key frame
control1 (Point)
The first control point for the spline key frame
control2 (Point)
The second control point for the spline key frame
Return Value

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)