ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Animation Namespace / Manager2 Class / ScheduleTransition Method

In This Topic
    ScheduleTransition Method
    In This Topic
    HRESULT IUIAnimationManager2::ScheduleTransition([In] IUIAnimationVariable2* variable,[In] IUIAnimationTransition2* transition,[In] double timeNow)
    Syntax
    'Declaration
     
    Public Sub ScheduleTransition( _
       ByVal variable As Variable2, _
       ByVal transition As Transition2, _
       ByVal timeNow As System.Double _
    ) 
    public void ScheduleTransition( 
       Variable2 variable,
       Transition2 transition,
       System.double timeNow
    )

    Parameters

    variable
    transition
    timeNow
    See Also