KeyTime.Implicit(TimeSpan to KeyTime) Operador

Definição

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

Retornos

A nova instância KeyTime.

Aplica-se a