ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Animation Namespace / TransitionLibrary2 Class / CreateLinearTransition2FromSpeed Method

In This Topic
    CreateLinearTransition2FromSpeed Method
    In This Topic
    HRESULT IUIAnimationTransitionLibrary2::CreateLinearTransitionFromSpeed([In] double speed,[In] double finalValue,[Out] IUIAnimationTransition2** transition)
    Syntax
    'Declaration
     
    Public Function CreateLinearTransition2FromSpeed( _
       ByVal speed As System.Double, _
       ByVal finalValue As System.Double _
    ) As Transition2
    public Transition2 CreateLinearTransition2FromSpeed( 
       System.double speed,
       System.double finalValue
    )

    Parameters

    speed
    finalValue
    See Also