예제 #1
0
파일: DrawArea.cs 프로젝트: kallotec/Bonsai
 public void ResizeCommand(DrawObject resizedItems, PointF old, PointF newP, int handle)
 {
     _graphicsList.ResizeCommand(resizedItems, old, newP, handle);
     Refresh();
 }