Share via


CInterpolatorBase::CreateInstance

Creates an instance of CInterpolatorBase and stores a pointer to custom interpolator, which will be handling events.

static COM_DECLSPEC_NOTHROW HRESULT CreateInstance(
   CCustomInterpolator* pInterpolator,
   IUIAnimationInterpolator **ppHandler
);

Parameters

  • pInterpolator
    A pointer to custom interpolator.

  • ppHandler
    Output. Contains a pointer to instance of CInterpolatorBase when the function returns.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CInterpolatorBase Class