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 값으로 초기화된 새 KeyTime 인스턴스입니다.

예외

percent가 0.0보다 작거나 1.0보다 큽니다.

설명

백분율 매개 변수 값이 0.0과 1.0 사이의 double 형식으로 전달 됩니다.

적용 대상