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