ComponentOne Bitmap for UWP
SetInitialValueAndVelocity Method

C1.UWP.DX Assembly > C1.Util.DX.Animation Namespace > Interpolator2 Class : SetInitialValueAndVelocity Method
HRESULT IUIAnimationInterpolator2::SetInitialValueAndVelocity([In, Buffer] double* initialValue,[In, Buffer] double* initialVelocity,[In] unsigned int cDimension)
Syntax
'Declaration
 
Public Sub SetInitialValueAndVelocity( _
   ByVal initialValue() As System.Double, _
   ByVal initialVelocity() As System.Double, _
   ByVal cDimension As System.Integer _
) 
public void SetInitialValueAndVelocity( 
   System.double[] initialValue,
   System.double[] initialVelocity,
   System.int cDimension
)

Parameters

initialValue
initialVelocity
cDimension
See Also

Reference

Interpolator2 Class
Interpolator2 Members