KeyTime.FromPercent(Double) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个新的 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
参数
返回
新的 KeyTime 实例,初始化为 percent
的值。
例外
percent
小于 0.0 或大于 1.0。
注解
百分比参数作为双精度值传递,范围为值 0.0 和 1.0。