ComponentOne Bitmap for UWP
Timer.RenderingTooSlowDelegate Delegate

C1.UWP.DX Assembly > C1.Util.DX.Animation Namespace : Timer.RenderingTooSlowDelegate Delegate
The current frame rate, in frames per second.
A delegate that handles events that occur when the rendering frame rate for an animation falls below a minimum desirable frame rate.
Syntax
'Declaration
 
Public Delegate Sub Timer.RenderingTooSlowDelegate( _
   ByVal framesPerSecond As System.Integer _
) 
public delegate void Timer.RenderingTooSlowDelegate( 
   System.int framesPerSecond
)

Parameters

framesPerSecond
The current frame rate, in frames per second.
See Also

Reference

Timer.RenderingTooSlowDelegate Members
C1.Util.DX.Animation Namespace