Example #1
0
 public Cylinder(Cylinder a)
     : base(a.X, a.Y, a.radius)
 {
     height = a.height;
 }
Example #2
0
 public Cylinder(Cylinder a)
     : base(a.X, a.Y, a.radius)
 {
     height = a.height;
 }