[]
        
(Showing Draft Content)

C1.Util.DX.Animation.Timer.RenderingTooSlowDelegate

Timer.RenderingTooSlowDelegate Delegate

A delegate that handles events that occur when the rendering frame rate for an animation falls below a minimum desirable frame rate.

Namespace: C1.Util.DX.Animation
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public delegate void Timer.RenderingTooSlowDelegate(int framesPerSecond)
Parameters
Type Name Description
int framesPerSecond

The current frame rate, in frames per second.

Constructors

Name Description
RenderingTooSlowDelegate(object, IntPtr)

Methods

Name Description
BeginInvoke(int, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(int)