ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / PrimitiveInterpolation Class / AddCubic Method

In This Topic
    AddCubic Method
    In This Topic
    HRESULT IUIAnimationPrimitiveInterpolation::AddCubic([In] unsigned int dimension,[In] double beginOffset,[In] float constantCoefficient,[In] float linearCoefficient,[In] float quadraticCoefficient,[In] float cubicCoefficient)
    Syntax
    'Declaration
     
    Public Sub AddCubic( _
       ByVal dimension As Integer, _
       ByVal beginOffset As Double, _
       ByVal constantCoefficient As Single, _
       ByVal linearCoefficient As Single, _
       ByVal quadraticCoefficient As Single, _
       ByVal cubicCoefficient As Single _
    ) 

    Parameters

    dimension
    beginOffset
    constantCoefficient
    linearCoefficient
    quadraticCoefficient
    cubicCoefficient
    See Also