private void OnScrollChange(object sender, ScrollEventArgs e)
 {
     _transform.SetVectors(vScrollBarR.Value * hScrollBarExpose.Value, vScrollBarG.Value * hScrollBarExpose.Value, vScrollBarB.Value * hScrollBarExpose.Value, hScrollBarOffset.Value);
     if (_mode == PlaybackPlayModeData.Stop)
     {
         _nextToFetchTime = _currentShownTime;
         _redisplay       = true;
     }
 }
Пример #2
0
 private void OnScrollChange(object sender, ScrollEventArgs e)
 {
     transform.SetVectors(vScrollBarR.Value * hScrollBarExpose.Value, vScrollBarG.Value * hScrollBarExpose.Value, vScrollBarB.Value * hScrollBarExpose.Value, hScrollBarOffset.Value);
 }