Gets the current frame rate in frames per second.
Read-only property
[Visual Basic .NET] |
---|
Public Property FramesPerSecond() As Double |
[C#] |
---|
public double FramesPerSecond {get;} |
[Managed C++] |
---|
public: __property double get_FramesPerSecond(); |
[Unmanaged C++] |
---|
public: HRESULT get_FramesPerSecond( double * pRetVal ); |
[Java] |
---|
public double getFramesPerSecond(); |