ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Interpolator2 Class / GetDependencies Method

In This Topic
    GetDependencies Method
    In This Topic
    HRESULT IUIAnimationInterpolator2::GetDependencies([Out] UI_ANIMATION_DEPENDENCIES* initialValueDependencies,[Out] UI_ANIMATION_DEPENDENCIES* initialVelocityDependencies,[Out] UI_ANIMATION_DEPENDENCIES* durationDependencies)
    Syntax
    'Declaration
     
    Public Sub GetDependencies( _
       ByRef initialValueDependencies As Dependencies, _
       ByRef initialVelocityDependencies As Dependencies, _
       ByRef durationDependencies As Dependencies _
    ) 

    Parameters

    initialValueDependencies
    initialVelocityDependencies
    durationDependencies
    See Also