Partager via


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

Définition

Définit la fréquence d'images souhaitée du Timeline spécifié.

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))

Paramètres

timeline
Timeline

Timeline auquel desiredFrameRate est assigné.

desiredFrameRate
Nullable<Int32>

Nombre maximal d'images que cette chronologie doit générer chaque seconde ou null si le système doit contrôler le nombre d'images.

Remarques

Cette méthode définit la DesiredFrameRate propriété jointe. Pour plus d’informations, consultez la DesiredFrameRate page.

S’applique à

Voir aussi