ComponentOne Bitmap for UWP
InterpolateValue Method

C1.UWP.DX Assembly > C1.Util.DX.Animation Namespace > Interpolator2 Class : InterpolateValue Method
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

Reference

Interpolator2 Class
Interpolator2 Members