Ejemplo n.º 1
0
        public override void OnValueChanged()
        {
            ProjectorScaler.Resize(Projectors, Scaling, scale, width);

            if (ProgressSteps == 0)
            {
                UpdateProgress(progress);
            }
            else
            {
                UpdateProgress(StepProgress());
            }
        }
Ejemplo n.º 2
0
 /// <summary>
 /// For updating the Splat whenever a value is changed.
 /// </summary>
 public virtual void OnValueChanged()
 {
     ProjectorScaler.Resize(Projectors, Scaling, scale, width);
     UpdateProgress(progress);
 }