Timeline.GetDesiredFrameRate(Timeline) Método

Definición

Obtiene la velocidad de fotograma deseada del objeto Timeline especificado.

public:
 static Nullable<int> GetDesiredFrameRate(System::Windows::Media::Animation::Timeline ^ timeline);
public static int? GetDesiredFrameRate (System.Windows.Media.Animation.Timeline timeline);
static member GetDesiredFrameRate : System.Windows.Media.Animation.Timeline -> Nullable<int>
Public Shared Function GetDesiredFrameRate (timeline As Timeline) As Nullable(Of Integer)

Parámetros

timeline
Timeline

Escala de tiempo desde la que se va a recuperar la velocidad de fotograma deseada.

Devoluciones

Nullable<Int32>

Velocidad de fotograma deseada de esta escala de tiempo. El valor predeterminado es null.

Comentarios

Este método proporciona acceso de lectura a la DesiredFrameRate propiedad adjunta. Para obtener más información, consulte la DesiredFrameRate página.

Se aplica a

Consulte también