[]
        
(Showing Draft Content)

C1.Util.DX.Animation.TransitionLibrary2.CreateLinearVectorTransition2FromSpeed

CreateLinearVectorTransition2FromSpeed Method

CreateLinearVectorTransition2FromSpeed(double, double[], int)

HRESULT IUIAnimationTransitionLibrary2::CreateLinearVectorTransitionFromSpeed([In] double speed,[In, Buffer] const double* finalValue,[In] unsigned int cDimension,[Out] IUIAnimationTransition2** transition)

Declaration
public Transition2 CreateLinearVectorTransition2FromSpeed(double speed, double[] finalValue, int cDimension)
Parameters
Type Name Description
double speed
double[] finalValue
int cDimension
Returns
Type Description
Transition2