KeyTime.FromPercent(Double) 方法

定义

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

public:
 static System::Windows::Media::Animation::KeyTime FromPercent(double percent);
public static System.Windows.Media.Animation.KeyTime FromPercent (double percent);
static member FromPercent : double -> System.Windows.Media.Animation.KeyTime
Public Shared Function FromPercent (percent As Double) As KeyTime

参数

percent
Double

新的 KeyTime 的值。

返回

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

例外

percent 小于 0.0 或大于 1.0。

注解

百分比参数作为双精度值传递,范围为值 0.0 和 1.0。

适用于