ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Storyboard2 Class / Schedule Method

In This Topic
    Schedule Method
    In This Topic
    HRESULT IUIAnimationStoryboard2::Schedule([In] double timeNow,[Out, Optional] UI_ANIMATION_SCHEDULING_RESULT* schedulingResult)
    Syntax
    'Declaration
     
    Public Function Schedule( _
       ByVal timeNow As System.Double _
    ) As SchedulingResult
    public SchedulingResult Schedule( 
       System.double timeNow
    )

    Parameters

    timeNow
    See Also