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