ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Interpolator2 Class / InterpolateValue Method

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

    Parameters

    offset
    value
    cDimension
    See Also