KeyTime.Implicit(TimeSpan to KeyTime) Operatore

Definizione

Operatore di overload che converte in modo implicito un oggetto TimeSpan in un oggetto 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

Parametri

timeSpan
TimeSpan

Valore TimeSpan da convertire.

Restituisce

Nuova istanza di KeyTime.

Si applica a