KeyTime.FromTimeSpan(TimeSpan) 方法

定义

创建一个新的 KeyTime 实例,并且将 KeyTimeType 属性初始化为指定参数的值。

public:
 static System::Windows::Media::Animation::KeyTime FromTimeSpan(TimeSpan timeSpan);
public static System.Windows.Media.Animation.KeyTime FromTimeSpan (TimeSpan timeSpan);
static member FromTimeSpan : TimeSpan -> System.Windows.Media.Animation.KeyTime
Public Shared Function FromTimeSpan (timeSpan As TimeSpan) As KeyTime

参数

timeSpan
TimeSpan

新的 KeyTime 的值。

返回

KeyTime

新的 KeyTime 实例,初始化为 timeSpan 的值。

适用于