double DeltaTime
The system variable DeltaTime contains the time difference between the beginning of the previous fram...
int FrameCount
The system variable FrameCount contains the number of frames that have been displayed since the progr...
double ElapsedTime
Returns the number of seconds since starting the program. This information is often used for timing e...
int Width
System variable that stores the width of the drawing canvas. This value is set by the desired_width p...
int Height
System variable that stores the height of the drawing canvas. This value is set by the desired_height...