C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Animation Namespace / Manager2 Class


Manager2 Class Methods

For a list of all members of this type, see Manager2 members.

Public Methods
 NameDescription
Public MethodHRESULT IUIAnimationManager2::AbandonAllStoryboards()  
Public Methodstatic (Shared in Visual Basic)Creates a new instance of the Manager2 class.  
Public MethodHRESULT IUIAnimationManager2::CreateAnimationVariable([In] double initialValue,[Out] IUIAnimationVariable2** variable)  
Public MethodHRESULT IUIAnimationManager2::CreateAnimationVectorVariable([In, Buffer] const double* initialValue,[In] unsigned int cDimension,[Out] IUIAnimationVariable2** variable)  
Public MethodHRESULT IUIAnimationManager2::CreateStoryboard([Out] IUIAnimationStoryboard2** storyboard)  
Public MethodOverloaded. Overridden. Clean up any resources being used.  
Public MethodHRESULT IUIAnimationManager2::EstimateNextEventTime([Out] double* seconds)  
Public MethodHRESULT IUIAnimationManager2::FinishAllStoryboards([In] double completionDeadline)  
Public MethodHRESULT IUIAnimationManager2::GetStatus([Out] UI_ANIMATION_MANAGER_STATUS* status)  
Public MethodOverloaded. Gets the storyboard from tag.  
Public MethodOverloaded. Gets the variable from tag.  
Public MethodHRESULT IUIAnimationManager2::Pause()  
Public MethodOverloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject)
Public MethodOverloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject)
Public MethodHRESULT IUIAnimationManager2::Resume()  
Public MethodHRESULT IUIAnimationManager2::ScheduleTransition([In] IUIAnimationVariable2* variable,[In] IUIAnimationTransition2* transition,[In] double timeNow)  
Public MethodHRESULT IUIAnimationManager2::SetAnimationMode([In] UI_ANIMATION_MODE mode)  
Public MethodSets the cancel priority comparison.  
Public MethodSets the compress priority comparison.  
Public MethodSets the conclude priority comparison.  
Public MethodHRESULT IUIAnimationManager2::SetDefaultLongestAcceptableDelay([In] double delay)  
Public MethodSpecifies a handler for animation manager status updates.  
Public MethodSets the trim priority comparison.  
Public MethodHRESULT IUIAnimationManager2::Shutdown()  
Public MethodHRESULT IUIAnimationManager2::Update([In] double timeNow,[Out, Optional] UI_ANIMATION_UPDATE_RESULT* updateResult)  
Top
Protected Methods
 NameDescription
Protected MethodReleases unmanaged resources and performs other cleanup operations before the C1.Util.DX.DisposeBase is reclaimed by garbage collection. (Inherited from C1.Util.DX.DisposeBase)
Protected MethodOverloaded. Initializes this instance with a pointer from a temporary object and set the pointer of the temporary object to IntPtr.Zero. (Inherited from C1.Util.DX.CppObject)
Protected MethodMethod called when the NativePointer is updated. (Inherited from C1.Util.DX.ComObject)
Protected MethodMethod called when NativePointer is going to be update. (Inherited from C1.Util.DX.ComObject)
Protected MethodQuery Interface for a particular interface support and attach to the given instance. (Inherited from C1.Util.DX.ComObject)
Top
See Also