[]
        
(Showing Draft Content)

C1.Util.DX.Animation.Manager2.PriorityComparisonDelegate

Manager2.PriorityComparisonDelegate Delegate

A delegate used to resolve scheduling conflicts.

Namespace: C1.Util.DX.Animation
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public delegate bool Manager2.PriorityComparisonDelegate(Storyboard2 scheduledStoryboard, Storyboard2 newStoryboard, PriorityEffect priorityEffect)
Parameters
Type Name Description
Storyboard2 scheduledStoryboard

The scheduled storyboard.

Storyboard2 newStoryboard

The new storyboard.

PriorityEffect priorityEffect

The priority effect.

Returns
Type Description
bool

true if newStoryboard has priority. false if scheduledStoryboard has priority

Constructors

Name Description
PriorityComparisonDelegate(object, IntPtr)

Methods

Name Description
BeginInvoke(Storyboard2, Storyboard2, PriorityEffect, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(Storyboard2, Storyboard2, PriorityEffect)