Exemple #1
0
 /// <summary>
 /// Gets the area of the object
 /// </summary>
 /// <returns>The area</returns>
 public float GetArea(GeometricThing shape)
 {
     return(shape.GetPerimeter());
 }