This document is archived and information here might be outdated. Recommended version. |
Returns the duration in seconds of last redraw and the average number of frames per second.
[Visual Basic .NET] Public Sub GetDrawingTimeInfo ( _ ByRef pLastFrameDuration As Double, _ ByRef pMeanFrameRate As Double _ )
[C#] public void GetDrawingTimeInfo ( ref double pLastFrameDuration, ref double pMeanFrameRate );
[C++]
HRESULT GetDrawingTimeInfo(
System.Double* pLastFrameDuration,
System.Double* pMeanFrameRate
);
[C++]
Parameters pLastFrameDuration [out]
pLastFrameDuration is a parameter of type double* pMeanFrameRate [out]
pMeanFrameRate is a parameter of type double*