Timeline.SetDesiredFrameRate(Timeline, Nullable<Int32>) Método

Definición

Establece la velocidad de fotograma deseada del objeto Timeline especificado.

public:
 static void SetDesiredFrameRate(System::Windows::Media::Animation::Timeline ^ timeline, Nullable<int> desiredFrameRate);
public static void SetDesiredFrameRate (System.Windows.Media.Animation.Timeline timeline, int? desiredFrameRate);
static member SetDesiredFrameRate : System.Windows.Media.Animation.Timeline * Nullable<int> -> unit
Public Shared Sub SetDesiredFrameRate (timeline As Timeline, desiredFrameRate As Nullable(Of Integer))

Parámetros

timeline
Timeline

Objeto Timeline al que se asigna desiredFrameRate.

desiredFrameRate
Nullable<Int32>

Es el número máximo de fotogramas que esta escala de tiempo debe generar cada segundo o es null si el sistema debe controlar el número de fotogramas.

Comentarios

Este método establece la DesiredFrameRate propiedad adjunta. Para más información, consulte la página sobre DesiredFrameRate.

Se aplica a

Consulte también