FrameRateFramesPerSecond Property |
Gets the current frame rate in frames per second.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax public double FramesPerSecond { get; }
Public ReadOnly Property FramesPerSecond As Double
Get
public:
property double FramesPerSecond {
double get ();
}
member FramesPerSecond : float with get
Property Value
Type:
DoubleSee Also