| FrameRate Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: AGI.Foundation.Graphics
 Syntax
SyntaxThe FrameRate type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | FramesPerSecond | 
Gets the current frame rate in frames per second.
 | 
|  | MaximumNumberOfFrames | 
Gets or sets the maximum number of frames used to determine frame rate. More
frames means that the frame rate is averaged over a longer period of time and
will fluctuate less than fewer frames would. The minimum value is 2.
 | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | |
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | Reset | 
This resets the frame rate counter back to zero. The frame rate computation begins anew.
 | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also