KeyTime.Implicit(TimeSpan to KeyTime) 연산자

정의

TimeSpan을 암시적으로 KeyTime으로 변환하는 오버로드된 연산자입니다.

public:
 static operator System::Windows::Media::Animation::KeyTime(TimeSpan timeSpan);
public static implicit operator System.Windows.Media.Animation.KeyTime (TimeSpan timeSpan);
static member op_Implicit : TimeSpan -> System.Windows.Media.Animation.KeyTime
Public Shared Widening Operator CType (timeSpan As TimeSpan) As KeyTime

매개 변수

timeSpan
TimeSpan

변환할 TimeSpan 값입니다.

반환

KeyTime 인스턴스입니다.

적용 대상