Static Public Attributes | Properties | List of all members
FrameRateSettings Class Reference

Frame rate settings. More...

Static Public Attributes

static FrameRateSettings DefaultWpf
 Sets the default WPF binding update frame rate settings. More...
 

Properties

long Frequency [get, set]
 Gets or sets the frequency, in Herz, at which the WPF host updates the WPF binding. More...
 
Action< FrameRateInfoObserver [get, set]
 Gets or sets a delegate that receives information about the average WPF binding frame rate. If set, the delegate is called at a regular and unintrusive pace by the WPF host. More...
 

Detailed Description

Frame rate settings.

Member Data Documentation

◆ DefaultWpf

FrameRateSettings DefaultWpf
static
Initial value:
=> new FrameRateSettings
{
Frequency = DefaultWpfFrameRateHz,
Observer = _ => { }
}

Sets the default WPF binding update frame rate settings.

Property Documentation

◆ Frequency

long Frequency
getset

Gets or sets the frequency, in Herz, at which the WPF host updates the WPF binding.

◆ Observer

Action<FrameRateInfo> Observer
getset

Gets or sets a delegate that receives information about the average WPF binding frame rate. If set, the delegate is called at a regular and unintrusive pace by the WPF host.


The documentation for this class was generated from the following file: