Example #1
0
 public void ResizeCommand(DrawObject resizedItems, PointF old, PointF newP, int handle)
 {
     _graphicsList.ResizeCommand(resizedItems, old, newP, handle);
     Refresh();
 }