Example #1
0
 public void Redraw(double newX, double newY, double newWidth, double newHeight)
 {
     _cropShape.Redraw(newX, newY, newWidth, newHeight);
     _shadeService.Redraw();
     _thumbService.Redraw();
     _textService.Redraw();
 }
Example #2
0
 public void Redraw(double newX, double newY, double newWidth, double newHeight)
 {
     _cropShape.Redraw(newX, newY, newWidth, newHeight);
     _shadeService.Redraw();
     _thumbService.Redraw();
     _textService.Redraw();
     CroppedAreaChangedEvent(this);
 }