View.StopRenderingRateRecord Method
Parent Object: ViewDescription
Method that stops the rendering rate record for the graphics window and gets the results.
Syntax
View.StopRenderingRateRecord( frames As Long, ElapsedTime As Double )Parameters
Name | Type | Description |
frames | Long | Output Long value that indicates the count of the frame increases. |
ElapsedTime | Double | Output Double value that indicates the elapsed time for frames change. |