ComponentOne Bitmap for UWP
Manager2 Class Members
Properties  Methods  Events

C1.UWP.DX Assembly > C1.Util.DX.Animation Namespace : Manager2 Class

The following tables list the members exposed by Manager2.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the Manager2 class.  
Top
Public Properties
 NameDescription
Public PropertyGets a value indicating whether this instance is disposed. (Inherited from C1.Util.DX.DisposeBase)
Public PropertyGet a pointer to the underlying Cpp Object (Inherited from C1.Util.DX.CppObject)
Public PropertyGets or sets a custom user tag object to associate with this instance.. (Inherited from C1.Util.DX.CppObject)
Top
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 MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from C1.Util.DX.DisposeBase)
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
Public Events
 NameDescription
Public EventOccurs when this instance is fully disposed. (Inherited from C1.Util.DX.DisposeBase)
Public EventOccurs when this instance is starting to be disposed. (Inherited from C1.Util.DX.DisposeBase)
Top
Public Operators
Performs an explicit conversion from System.IntPtr to Manager2.
Top
See Also

Reference

Manager2 Class
C1.Util.DX.Animation Namespace