ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Animation Namespace / Interpolator2 Class / InterpolateVelocity Method

In This Topic
    InterpolateVelocity Method
    In This Topic
    HRESULT IUIAnimationInterpolator2::InterpolateVelocity([In] double offset,[Out, Buffer] double* velocity,[In] unsigned int cDimension)
    Syntax
    'Declaration
     
    Public Sub InterpolateVelocity( _
       ByVal offset As System.Double, _
       ByVal velocity() As System.Double, _
       ByVal cDimension As System.Integer _
    ) 
    public void InterpolateVelocity( 
       System.double offset,
       System.double[] velocity,
       System.int cDimension
    )

    Parameters

    offset
    velocity
    cDimension
    See Also