Exemplo n.º 1
0
 public void SetParagraphText(string text)
 {
     _executor.AddAndExecuteCommand(new ReplaceTextCommand(this, text));
 }
Exemplo n.º 2
0
 public void Resize(int width, int height)
 {
     CheckImageSize(width, height);
     _executor.AddAndExecuteCommand(new ResizeImageCommand(this, width, height));
 }