public void Redraw(double newX, double newY, double newWidth, double newHeight) { _cropShape.Redraw(newX, newY, newWidth, newHeight); _shadeService.Redraw(); _thumbService.Redraw(); _textService.Redraw(); }
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); }