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: 25.1.421.0 (25.1.421.0)
Syntaxpublic double FramesPerSecond { get; }Public ReadOnly Property FramesPerSecond As Double
	Get
public:
property double FramesPerSecond {
	double get ();
}member FramesPerSecond : float with get
Property Value
Type: 
Double
See Also