Esempio n. 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();
 }
Esempio n. 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);
 }