ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / IRequestAnimationFrame Interface / requestAnimationFrame Method

In This Topic
    requestAnimationFrame Method
    In This Topic
    Syntax
    'Declaration
     
    Sub requestAnimationFrame( _
       ByVal callBack As IIFrameCallBack, _
       Optional ByVal control As IControl _
    ) 
    void requestAnimationFrame( 
       IIFrameCallBack callBack,
       IControl control
    )

    Parameters

    callBack
    control
    See Also