ComponentOne Bitmap for UWP
CreateLinearTransition2FromSpeed Method

C1.UWP.DX Assembly > C1.Util.DX.Animation Namespace > TransitionLibrary2 Class : CreateLinearTransition2FromSpeed Method
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

Reference

TransitionLibrary2 Class
TransitionLibrary2 Members