Timeline.SetDesiredFrameRate(Timeline, Nullable<Int32>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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.