ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Double, _
       ByVal value() As System.Double, _
       ByVal cDimension As System.Integer _
    ) 
    public void InterpolateValue( 
       System.double offset,
       System.double[] value,
       System.int cDimension
    )

    Parameters

    offset
    value
    cDimension
    See Also