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

In This Topic
    CreateLinearVectorTransition2FromSpeed Method
    In This Topic
    HRESULT IUIAnimationTransitionLibrary2::CreateLinearVectorTransitionFromSpeed([In] double speed,[In, Buffer] const double* finalValue,[In] unsigned int cDimension,[Out] IUIAnimationTransition2** transition)
    Syntax
    'Declaration
     
    Public Function CreateLinearVectorTransition2FromSpeed( _
       ByVal speed As System.Double, _
       ByVal finalValue() As System.Double, _
       ByVal cDimension As System.Integer _
    ) As Transition2
    public Transition2 CreateLinearVectorTransition2FromSpeed( 
       System.double speed,
       System.double[] finalValue,
       System.int cDimension
    )

    Parameters

    speed
    finalValue
    cDimension
    See Also