Click or drag to resize

RefreshRate Enumeration

The rate at which animation frames will occur.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum RefreshRate
Members
  Member nameDescription
Fastest The animation will occur as fast as possible. The maximum frame rate is the refresh rate of the display or is the maximum that video card is capable of if the video card's vertical sync is off.
TargetedFramesPerSecond The animation will target a specified frame rate.
See Also