ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Manager2 Class
Properties Methods Events


In This Topic
    Manager2 Class Members
    In This Topic

    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 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
    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