FrameRateMaximumNumberOfFrames Property |
Gets or sets the maximum number of frames used to determine frame rate. More
frames means that the frame rate is averaged over a longer period of time and
will fluctuate less than fewer frames would. The minimum value is 2.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int MaximumNumberOfFrames { get; set; }
Public Property MaximumNumberOfFrames As Integer
Get
Set
public:
property int MaximumNumberOfFrames {
int get ();
void set (int value);
}
member MaximumNumberOfFrames : int with get, set
Property Value
Type:
Int32See Also