KeyTime.Implicit(TimeSpan to KeyTime) Operador

Definição

Operador sobrecarregado que converte implicitamente um 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 valor TimeSpan a ser convertido.

Retornos

KeyTime

A nova instância KeyTime.

Aplica-se a