Exemple #1
0
 public Paper(int x, int y)
 {
     size = new Point(x, y);
 }
Exemple #2
0
 public Paper(String sVal)   // should be in %d,%d format
 {
     size = new Point(sVal);
 }