ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Timer.RenderingTooSlowDelegate Delegate
The current frame rate, in frames per second.

In This Topic
    Timer.RenderingTooSlowDelegate Delegate
    In This Topic
    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