예제 #1
0
 public void SetPositionAndSize(int x, int y, int sizeX, int sizeY)
 {
     rect.SetPositionAndSize(x, y, sizeX, sizeY);
 }