Ejemplo n.º 1
0
 internal override void ComputeCurrentFillInterval(TimeIntervalCollection parentIntervalCollection,
                                                   TimeSpan beginTime, TimeSpan endTime, Duration period,
                                                   double appliedSpeedRatio, double accelRatio, double decelRatio,
                                                   bool isAutoReversed)
 {
     _currentIntervals.Clear();
     parentIntervalCollection.ProjectPostFillZone(ref _currentIntervals,
                                                  beginTime, endTime,
                                                  period, appliedSpeedRatio,
                                                  accelRatio, decelRatio, isAutoReversed);
 }