Esempio n. 1
0
 public RectangleFlorin(PointFlorin topLeft, int width, int height)
 {
     this.P1 = topLeft;
     // restul se calculeaza in functie de topLeft + width
 }
Esempio n. 2
0
 public SquareFlorin(PointFlorin topLeft, int width)
 {
     this.P1 = topLeft;
     // restul se calculeaza in functie de topLeft + width
 }