KeyTime.Implicit(TimeSpan to KeyTime) Operador

Definição

Operador sobrecarregado que implicitamente converte a TimeSpan em um 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

Parâmetros

timeSpan
TimeSpan

O TimeSpan valor a converter.

Devoluções

A nova KeyTime instância.

Aplica-se a